Startup
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user