Fix typo in error message

This commit is contained in:
glubsy 2020-07-24 03:50:08 +02:00
parent f0adf35db4
commit d193e1fd12
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ def copy_files_to_package(destpath, packages, with_so):
return
# include help files if they are built otherwise exit as they should be included?
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
shutil.copytree(op.join("build", "help"), op.join(destpath, "help"))
shutil.copytree(op.join("build", "locale"), op.join(destpath, "locale"))
@ -165,7 +165,7 @@ def package_windows():
return
# include help files if they are built otherwise exit as they should be included?
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
# create version information file from template
try: