diff options
| author | 2026-08-09 21:37:47 -0400 | |
|---|---|---|
| committer | 2026-08-09 21:37:47 -0400 | |
| commit | ab99a00e6e0c7d1fc5349ccc638126b830ceee5d (patch) | |
| tree | 8a740537addf3750548644751b7cf4f94622f5c4 /ModSlots/ModSlots.py | |
| parent | cb082b12b7d61942c99cccf8c64127304c62cec4 (diff) | |
| download | NewCamera-ab99a00e6e0c7d1fc5349ccc638126b830ceee5d.tar.gz NewCamera-ab99a00e6e0c7d1fc5349ccc638126b830ceee5d.tar.bz2 NewCamera-ab99a00e6e0c7d1fc5349ccc638126b830ceee5d.zip | |
Small ModSlots tweak
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'ModSlots/ModSlots.py')
| -rwxr-xr-x | ModSlots/ModSlots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ModSlots/ModSlots.py b/ModSlots/ModSlots.py index 48b5ca5..5c30232 100755 --- a/ModSlots/ModSlots.py +++ b/ModSlots/ModSlots.py @@ -452,7 +452,7 @@ if Mode == 'write': for old in old_list: old_target = os.path.join(Game_Directory, old) if os.path.islink(old_target): - print(f'{old_target}') + print(f'<{old_target}') os.remove(old_target) if Mode == 'verify': |