Skip to content

Commit

Permalink
Revert "reset output to none after Finish"
Browse files Browse the repository at this point in the history
This reverts commit d03ca1c.
  • Loading branch information
andreasmarnold committed Nov 28, 2023
1 parent d03ca1c commit afda066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/affinder/affinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def start_affinder(
else: # we are in Finish mode
close_affinder()
start_affinder._call_button.text = 'Start'
start_affinder.output = None


def calculate_transform(src, dst, model_class=AffineTransform):
Expand Down

0 comments on commit afda066

Please sign in to comment.