You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running BWAPILauncher without a config file, it simply prints:
Error: file_reader: failed to open for reading
(This message observed on MacOS and Linux.)
This is a bit confusing, because it's not clear what file it was trying to read. (In fact, I suspect this is not complaining about failing to read the config file, but about failing to read the map, which presumably has a blank default value.)
I'd propose printing an error (or at least warning) when the config file isn't found, as well as clarifying the error when failing to read the map.
The text was updated successfully, but these errors were encountered:
When running BWAPILauncher without a config file, it simply prints:
(This message observed on MacOS and Linux.)
This is a bit confusing, because it's not clear what file it was trying to read. (In fact, I suspect this is not complaining about failing to read the config file, but about failing to read the map, which presumably has a blank default value.)
I'd propose printing an error (or at least warning) when the config file isn't found, as well as clarifying the error when failing to read the map.
The text was updated successfully, but these errors were encountered: