Signed-off-by: YAMADA Hideki <[email protected]>
---
bin/ryu-client | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/bin/ryu-client b/bin/ryu-client
index ea3a3ea..9277964 100755
--- a/bin/ryu-client
+++ b/bin/ryu-client
@@ -99,7 +99,9 @@ def client_test():
for (k, v) in commands.items()]))
cmd = args[0]
- commands[cmd](args)
+ res = commands[cmd](args)
+ if res:
+ print res.read()
if __name__ == "__main__":
client_test()
--
1.7.1
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game
on Steam. $5K grand prize plus 10 genre and skill prizes.
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel