Skip to content

Commit

Permalink
Update nodes_pipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Suzie1 committed Jan 12, 2024
1 parent 27a1601 commit 6436cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/nodes_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def data_out(self, any1=None, any2=None, any3=None, any4=None, pipe=None):

new_any1, new_any2, new_any3, new_any4 = pipe

return (pipe, image, width, height, upscale_factor, show_help, )
return (pipe, new_any1, new_any2, new_any3, new_any4, show_help, )

#---------------------------------------------------------------------------------------------------------------------#
class CR_8ChannelIn:
Expand Down

0 comments on commit 6436cd4

Please sign in to comment.