This commit is contained in:
Oleg Korshul
2023-10-27 10:37:52 +03:00
parent b3a2493767
commit 6d8f89deba

View File

@ -194,7 +194,7 @@ def copy_dir(src, dst):
except:
if ("windows" == host_platform()) and copy_dir_windows(src, dst):
return
print('Directory not copied. Error: %s' % e)
print("Directory not copied")
return
def copy_dir_windows(src, dst):