Skip to content

Commit f226268

Browse files
committed
Remove unused variable assignment in try ... except
1 parent 68cf2d0 commit f226268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/ayon_fusion/plugins/publish/validate_saver_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_resolution(cls, instance):
5454

5555
try:
5656
return get_tool_resolution(saver, frame=first_frame)
57-
except ValueError as exc:
57+
except ValueError:
5858
raise PublishValidationError(
5959
"Cannot get resolution info for frame '{}'.\n\n "
6060
"Please check that saver has connected input.".format(

0 commit comments

Comments
 (0)