From 8902a3a319193077009e80f8243ba180876c272c Mon Sep 17 00:00:00 2001 From: hanemile Date: Sat, 9 Dec 2017 15:50:54 +0100 Subject: added command line argument for specifying the file where the coordinates are stored --- src/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/view.py b/src/view.py index 5e3808d..a30ec48 100644 --- a/src/view.py +++ b/src/view.py @@ -6,7 +6,7 @@ import sys directory = "stars/" # # print(directory) # -files = ["final_star15.csv"] +files = [sys.argv[3]] # print("### \n\n") # -- cgit 1.4.1