mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix typo in error message
This commit is contained in:
parent
f0adf35db4
commit
d193e1fd12
@ -50,7 +50,7 @@ def copy_files_to_package(destpath, packages, with_so):
|
|||||||
return
|
return
|
||||||
# include help files if they are built otherwise exit as they should be included?
|
# include help files if they are built otherwise exit as they should be included?
|
||||||
if not op.exists("build/help"):
|
if not op.exists("build/help"):
|
||||||
print("Help files are missing. Have you run \"build.py --help\"? Exiting...")
|
print("Help files are missing. Have you run \"build.py --doc\"? Exiting...")
|
||||||
return
|
return
|
||||||
shutil.copytree(op.join("build", "help"), op.join(destpath, "help"))
|
shutil.copytree(op.join("build", "help"), op.join(destpath, "help"))
|
||||||
shutil.copytree(op.join("build", "locale"), op.join(destpath, "locale"))
|
shutil.copytree(op.join("build", "locale"), op.join(destpath, "locale"))
|
||||||
@ -165,7 +165,7 @@ def package_windows():
|
|||||||
return
|
return
|
||||||
# include help files if they are built otherwise exit as they should be included?
|
# include help files if they are built otherwise exit as they should be included?
|
||||||
if not op.exists("build/help"):
|
if not op.exists("build/help"):
|
||||||
print("Help files are missing. Have you run \"build.py --help\"? Exiting...")
|
print("Help files are missing. Have you run \"build.py --doc\"? Exiting...")
|
||||||
return
|
return
|
||||||
# create version information file from template
|
# create version information file from template
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user