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
As of commit e81af8f
I have the following error with bumpversion:
neyron@caigang:~/scm/OAR/oardocker (master $=)$ make bumpversion
Traceback (most recent call last):
File "scripts/bumpversion.py", line 189, in <module>
main()
File "scripts/bumpversion.py", line 185, in main
args.func(args)
File "scripts/bumpversion.py", line 50, in bump_release_version
stderr=subprocess.STDOUT).decode('utf-8')
File "/usr/lib/python2.7/subprocess.py", line 219, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '[u'bumpversion', u'release', u'--dry-run', u'--verbose']' returned non-zero exit status 1
Makefile:44: recipe for target 'bumpversion' failed
make: *** [bumpversion] Error 1
The text was updated successfully, but these errors were encountered:
neyron@caigang:~/scm/OAR/oardocker (master $=)$ make bumpversion
Traceback (most recent call last):
File "scripts/bumpversion.py", line 189, in <module>
main()
File "scripts/bumpversion.py", line 185, in main
args.func(args)
File "scripts/bumpversion.py", line 52, in bump_release_version
current_version = m.groups(0)[0] + ".dev0"
AttributeError: 'NoneType' object has no attribute 'groups'
Makefile:44: recipe for target 'bumpversion' failed
make: *** [bumpversion] Error 1
As of commit e81af8f
I have the following error with bumpversion:
The text was updated successfully, but these errors were encountered: