diff options
author | hanemile <emile.hansmaennel@gmail.com> | 2017-12-09 15:50:54 +0100 |
---|---|---|
committer | hanemile <emile.hansmaennel@gmail.com> | 2017-12-09 15:50:54 +0100 |
commit | 8902a3a319193077009e80f8243ba180876c272c (patch) | |
tree | 2386000b2b071f394865fc121e9c4b317e389af7 | |
parent | 95772c59a241cd224310aa209b3ff976080ccdb5 (diff) |
added command line argument for specifying the file where the coordinates are stored
-rw-r--r-- | src/view.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") # |