Skip to content

Commit

Permalink
Add missing format
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jan 19, 2020
1 parent 65f5ce8 commit 12a5e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/appleseed.package.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def get_dependencies_for_file(self, filepath, fix_paths=True, verbose=True):
# Try to handle other relative libs.
candidate = os.path.join(loader_path, fixed_lib)
if not os.path.exists(candidate):
fatal("Unable to resolve lib {}", lib)
fatal("Unable to resolve lib {}".format(lib))
lib = candidate

for path in search_paths:
Expand Down

0 comments on commit 12a5e78

Please sign in to comment.