Skip to content
Snippets Groups Projects
Commit 9f4b18eb authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Temporary error to remind for careful checks in versions etc. in first Python 3 release

parent 2bf97e0f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
import sys
raise RuntimeError("Many things have changed in the Python 3 port. " +
"bump-version.py might require updates. " +
"Only remove this error after careful checking!")
if len(sys.argv) < 2:
print("USAGE: python scripts/bump-version.py OST_VERSION")
print("-> OST_VERSION is MAJOR.MINOR.PATCH (e.g. 1.9.1)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment