This commit is contained in:
gac-x11ma
2019-08-05 15:26:17 +02:00
parent 67a38edfb4
commit d600f2e5b7
19 changed files with 944 additions and 26 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ try:
if not os.path.isfile(name):
raise Exception("Data file not found: " + name)
convert_file(name, newName)
convert_file_full(name, newName)
plot_file(newName)
print("Success")