GlideAngle / flare-timing

Scoring for free flight competitions.
Mozilla Public License 2.0
11 stars 2 forks source link

The fs- commands fail when .flight-system doesn't exist. #528

Closed philderbeast closed 3 years ago

philderbeast commented 3 years ago

After deleting the .flight-system folder,fs-* commands don't complete:

> fs-clean "--file=Australia Forbes 2012"
Read *.fsdb, wrote it clean in 644.93 ms
> fs-trim "--file=Australia Forbes 2012"
Read *.fsdb, wrote it trim in 590.48 ms
> fs-route "--file=Australia Forbes 2012"
fs-route: .flight-system/task-route.yaml: openBinaryFile: does not exist (No such file or directory)
> fs-arrival "--file=Australia Forbes 2012"
fs-arrival: .flight-system/mask-arrival.yaml: openBinaryFile: does not exist (No such file or directory)
> fs-effort "--file=Australia Forbes 2012"
fs-effort: .flight-system/land-out.yaml: openBinaryFile: does not exist (No such file or directory)
> fs-score "--file=Australia Forbes 2012"
fs-score: .flight-system/gap-score.yaml: openBinaryFile: does not exist (No such file or directory)