Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/sugar/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sugar/shell.py')
-rw-r--r--tests/sugar/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sugar/shell.py b/tests/sugar/shell.py
index 3d33259..f6be687 100644
--- a/tests/sugar/shell.py
+++ b/tests/sugar/shell.py
@@ -90,5 +90,5 @@ try:
main()
except:
logging.error(traceback.format_exc())
- logging.error("\n%s" % tree.get_root(wait=False).dump())
+ logging.error("\n%s" % tree.get_root().dump())
raise