mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-02-10 20:45:38 +08:00
Fix typo
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user