nemocrys/multilog

Requirement for .git repository

Opened this issue · 1 comments

Currently program can be started, but pressing "Start" to begin data saving produces an error if the base folder is not a clone of the git repository. I.e., downloading the code from github is not sufficient and git software is needed to update the code on every PC running it. An option to skip this or enter the missing information (program version?) manually would be useful here.

A related bug has been fixed with #40. Did this issue cause multilog to stop, or was it just a message in the command line/logfile?

It shouldn't be an error but just a warning, according to #40. But maybe the backtrace of the corresponding FileNotFoundError being caught is confusing. I think we can remove it.