- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Client/Agent
-
Assigned To
brent s. - Operating System All
- Severity Medium
- Priority Very Low
- Reported Version 1.0
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#14 - change to os.path.join() where relevant
found error while running aif
File "/usr/lib/python3.6/shutil.py", line 257, in copy2
copyfile(src,dst,follow_symlinks=follow_symlinks)
File "/usr/lib/python3.6/shutil.py", line 104, in copyfile
raise SameFileError("{!r} and {!r} are the same file".format(src, dist))
shutil.SameFileError: '/mnt/boot/vmlinuz-linux' and '/mnt/boot/vmlinuz-llinux'
NOTE: this ticket has been requested to be closed:
"Reason for request: Problem was cause of trailing slash, can be fixed by removing it. removing trailing slash needs to be added in source code for AIF-NG to make it more rebust "
AIF should be modified to use os.path.join() wherever possible.
hey, anon-
thanks for the heads up. yeah, i should go through and switch things over to os.path.join() sometime soon.
i'm actually going to leave this open as a reminder to do that, but i'll edit the description so i know it's "worked around"