Skip to content

Commit f6b9b9b

Browse files
committed
Fix cancelling shopping list in optional ingredients modal
1 parent a0cafec commit f6b9b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gourmand/shopgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def getOptionalIngDic (self, ivw, mult, prefs):
728728
if retval:
729729
return retval
730730
else:
731-
raise de.UserCancelError("Option Dialog cancelled!")
731+
raise de.UserCancelledError("Option Dialog cancelled!")
732732

733733
# -- TreeView and TreeModel setup
734734
def create_rtree (self):

0 commit comments

Comments
 (0)