mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-23 00:49:46 +00:00
Extensions: tweak wording when a file is missing
This commit is contained in:
@ -1972,7 +1972,7 @@ class subcmd_author:
|
||||
ok = True
|
||||
for filepath in expected_files:
|
||||
if not os.path.exists(os.path.join(pkg_source_dir, filepath)) is None:
|
||||
message_status(msg_fn, "Error, expected path missing for {:s}: \"{:s}\"".format(
|
||||
message_status(msg_fn, "Error, file missing from {:s}: \"{:s}\"".format(
|
||||
manifest.type,
|
||||
filepath,
|
||||
))
|
||||
@ -2032,7 +2032,7 @@ class subcmd_author:
|
||||
ok = True
|
||||
for filepath in expected_files:
|
||||
if zip_fh.NameToInfo.get(filepath) is None:
|
||||
message_status(msg_fn, "Error, expected path missing for {:s}: \"{:s}\"".format(
|
||||
message_status(msg_fn, "Error, file missing from {:s}: \"{:s}\"".format(
|
||||
manifest.type,
|
||||
filepath,
|
||||
))
|
||||
|
Reference in New Issue
Block a user