Commit 09bdb7dd authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Mage: Fix QSO export.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -204,7 +204,7 @@ class Mage(AbstractSolver):
v0 = d[0]
v1 = d[1]
if t is "HYD":
if t in ["HYD", "QSO"]:
v0 /= 60 # Convert first column to minute
f.write(f"{v0:10}{v1:10}\n")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment