Skip to content

Commit

Permalink
Tree-recursive-large: Fix mixed tab/spaces error
Browse files Browse the repository at this point in the history
Signed-off-by: Noel Power <noel.power@suse.com>
  • Loading branch information
noelpower committed Feb 8, 2023
1 parent c9aed3c commit 8b4c3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Tree-recursive-large.py
Expand Up @@ -50086,7 +50086,7 @@ def main(self):
current = UI.QueryWidget(Id("mod"), "CurrentItem")
ycpbuiltins.y2milestone("Current item: %1", current)
if id == "ok":
break
break
UI.CloseDialog()

TreeRecursiveLargeClient().main()
Expand Down

0 comments on commit 8b4c3a3

Please sign in to comment.