Skip to content

Commit

Permalink
Fixing typo bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Feb 3, 2024
1 parent 699451b commit 380b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrus/client/gui/canvas/ClientGUICanvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3135,7 +3135,7 @@ def pair_is_good( pair ):

was_auto_skipped = True

self._processed_pairs.append( ( None, None, None, ClientContentUpdates.ContentUpdatePackage(), was_auto_skipped ) )
self._processed_pairs.append( ( None, None, None, [], was_auto_skipped ) )

self._current_pair_index += 1

Expand Down

0 comments on commit 380b0fd

Please sign in to comment.