From 76f5ec8f206b4a9ab4a4c44ef30e993276d0612e Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Wed, 6 Nov 2019 11:49:32 +0200 Subject: [PATCH] *main --- srcxray.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcxray.py b/srcxray.py index 4b3efd2..56dd8a4 100755 --- a/srcxray.py +++ b/srcxray.py @@ -1115,9 +1115,8 @@ def main(): elif isinstance(ret, bool) and ret is False: sys.exit(os.EX_CONFIG) else: - pprint(ret) - # if (ret is not None): - # print(ret) + if (ret is not None): + print(ret) except KeyboardInterrupt: log("\nInterrupted")