Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorrain committed Dec 6, 2021
1 parent ca1516f commit 7e04079
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ def process(self, instance):
.get('default_render_image_folder')

assert get_file_rule("images") == default_render_file, (
"Workspace's `images` file rule must be set to: renders"
"Workspace's `images` file rule must be set to: {}".format(
default_render_file
)
)

@classmethod
Expand Down

0 comments on commit 7e04079

Please sign in to comment.