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
Navy tries to do stuff with non-navies when running certain commands. It should check whether the item it is trying to work with in ~/.navy/navies is a directory before working on it.
> navy use-lan-ip
• Reconfiguring .DS_Store FAILED
ERROR
Navy ".DS_Store" not imported
Make sure you've imported the navy with navy import
The text was updated successfully, but these errors were encountered:
Calls to Navy.safeGetDriver within various methods were throwing
an Error when that navies directory contained a file. One example
being the unintended existence of a .DS_Store file on MacOS.
getLaunchedNavies now filters out all non-directory nodes. Manually
creating an empty directory instead would still surface the problem,
however this would be a seen as an intentional corruption of the navies
directory and the doctor command can be used to resolve this.
Fixes#68
Navy tries to do stuff with non-navies when running certain commands. It should check whether the item it is trying to work with in
~/.navy/navies
is a directory before working on it.The text was updated successfully, but these errors were encountered: