Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Oct 27, 2023
1 parent b3a2493 commit 6d8f89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6d8f89d

Please sign in to comment.