From e6ad2cb77d589ebfa70f48068d66a42f4aa858f2 Mon Sep 17 00:00:00 2001 From: mer0m Date: Mon, 20 Feb 2017 22:49:33 +0100 Subject: [PATCH] - --- allanplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allanplot.py b/allanplot.py index 33bfc15..4ba3a95 100644 --- a/allanplot.py +++ b/allanplot.py @@ -52,7 +52,7 @@ def main(): # filename filename = args.filename # columns - columns = args.columns + columns = map(int, args.columns) # rate rate = int(args.rate) -- 2.16.4