From ba479389bdf86c67c6a4d3a75fd5895b2a385566 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 23 Aug 2016 16:47:05 -0400 Subject: [PATCH] Fix printing one more time --- metrik/__init__.py | 2 +- metrik/batch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metrik/__init__.py b/metrik/__init__.py index 92ddd02..59b1681 100644 --- a/metrik/__init__.py +++ b/metrik/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' __release__ = __version__ \ No newline at end of file diff --git a/metrik/batch.py b/metrik/batch.py index f7be736..6538099 100644 --- a/metrik/batch.py +++ b/metrik/batch.py @@ -30,7 +30,7 @@ def build_cron_file(): def list_flows(): - print("Avaiable:" + "\n\t".join(flows.keys())) + return "Avaiable:\n\t" + "\n\t".join(flows.keys()) def handle_commandline():