This commit is contained in:
ThomasV 2016-10-17 08:27:06 +02:00
parent 27b4a8dd51
commit 1fd6aef9c9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def wizard_dialog(func):
try: try:
out = func(*args, **kwargs) out = func(*args, **kwargs)
except GoBack: except GoBack:
wizard.go_back() wizard.go_back() if wizard.can_go_back() else wizard.close()
return return
except UserCancelled: except UserCancelled:
return return