Closed dkowis closed 4 days ago
My initial reaction is from the FileNotFoundError
exception, which tells me the ./out
directory doesn't exist.
Here's the problem: https://github.com/MaffooClock/MrRadar/blob/606dfe4cfd960829fb7c234fbf9610aea404e4e6/mr_radar/radar_loop_generator.py#L132-L142
The setter is responsible for creating that directory if it doesn't exist. But when no value is explicitly set on the command line for --path
, None is assumed, and so the setter bails out before the directory is created.
Probably ought to move that directory creation to the getter since it's responsible for setting the default when a value hasn't been set previously.
Something happeend right after install. even info logged the splode.