Fix typo in import lines
This commit is contained in:
@@ -44,7 +44,7 @@ def copy_file(track: Track, targetFolder) -> str:
|
|||||||
print('Copying file {0}', path)
|
print('Copying file {0}', path)
|
||||||
copyfile(path, dst)
|
copyfile(path, dst)
|
||||||
else:
|
else:
|
||||||
print('File {0} not found.', path)
|
print('File {0} not found.'.format(path))
|
||||||
return None
|
return None
|
||||||
return dst
|
return dst
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user