We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jf admin upgrade
Basically not using the test_version_upgrade option isn't working.
test_version_upgrade
The following parse_version call on the None value gives a TypeError.
parse_version
None
And in the following calls to dry_run and upgrade the test version is used instead of the actual target version.
dry_run
upgrade
Do I misunderstand the use of this command?
I am referring the up-to-date master branch.
The text was updated successfully, but these errors were encountered:
This should be the same issue as in #211. Closing as a duplicate, but feel free to reopen if the proposed solution does not solve the problem.
Sorry, something went wrong.
No branches or pull requests
Basically not using the
test_version_upgrade
option isn't working.The following
parse_version
call on theNone
value gives a TypeError.And in the following calls to
dry_run
andupgrade
the test version is used instead of the actual target version.Do I misunderstand the use of this command?
I am referring the up-to-date master branch.
The text was updated successfully, but these errors were encountered: