From 8af4330f451f51bf14ce4d6ee575a7c22e4130c7 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 23 Aug 2016 16:38:54 -0400 Subject: [PATCH] Also make sure listing flows works correctly --- metrik/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrik/batch.py b/metrik/batch.py index 178dc9a..f7be736 100644 --- a/metrik/batch.py +++ b/metrik/batch.py @@ -30,7 +30,7 @@ def build_cron_file(): def list_flows(): - pass + print("Avaiable:" + "\n\t".join(flows.keys())) def handle_commandline():