Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-network')
-rwxr-xr-xsugar-network2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-network b/sugar-network
index 7dd66bf..224fe77 100755
--- a/sugar-network
+++ b/sugar-network
@@ -309,7 +309,7 @@ class Application(application.Application):
def _print(self, *data):
if not quiet.value:
- print ''.join(data)
+ print ''.join(data),
# Let toolkit.http work in concurrence