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
modernize 0.4
def do_upload(workdir, package, bp_version, changes, upload, prompt): - print('Please check %s %s in file://%s carefully!' % \ - (package, bp_version, workdir)) + print(('Please check %s %s in file://%s carefully!' % \ + (package, bp_version, workdir))) if prompt or upload == 'ubuntu': question = 'Do you want to upload the package to %s' % upload
Can't attach file, but it is here: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/ubuntu-dev-tools/vivid/view/81/backportpackage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
modernize 0.4
Can't attach file, but it is here:
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/vivid/ubuntu-dev-tools/vivid/view/81/backportpackage
The text was updated successfully, but these errors were encountered: