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
The func which looks for version files (and also, confusingly enough, updates the versions in these files), the logger reports the following errors when multiple files are changed:
iflen(changed) >1:
logger.error('Multiple version files found. Aborting version update.')
elifnotchanged:
logger.error('No version files found. Aborting version update.')
However, the version HAVE been changed already... what is the desired behaviour, then? Should multiple version files be updated? Should the update be aborted, or not?
The func which looks for version files (and also, confusingly enough, updates the versions in these files), the logger reports the following errors when multiple files are changed:
from look_for_version_files function:
However, the version HAVE been changed already... what is the desired behaviour, then? Should multiple version files be updated? Should the update be aborted, or not?