Error on running "git update" (and on mafia start)

mister19stick

New member
Failed to open project .DS_Store: org.eclipse.jgit.errors.RepositoryNotFoundException: repository not found
.DS_Store exists and is readable.
Does it need to be rebuilt? How?

ETA: turns out it's OSX bullshit. You can delete it and everything is OK.
 
Last edited:

fronobulax

Developer
Staff member
Since the update scans the .git subdirectory there is possibly a KoLmafia opportunity to excel by changing it so that .DS_Store etc. are ignored. But I would expect anything beginning with a dot is already ignored so this is an opportunity to correct my memory before any code needs to be changed :)
 
Top