Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsndlr committed Sep 8, 2021
1 parent 1ab40dd commit ca3034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/nuke/plugins/publish/extract_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def get_view_process_node(self):

ipn_orig = None
for v in [n for n in nuke.allNodes()
if "Viewer" == n.Class()]:
if "Viewer" == n.Class()]:
ip = v['input_process'].getValue()
ipn = v['input_process_node'].getValue()
if "VIEWER_INPUT" not in ipn and ip:
Expand Down

0 comments on commit ca3034f

Please sign in to comment.