Skip to content
New issue

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

subman: use replace instead of format #10620

Merged
merged 1 commit into from Aug 9, 2016
Merged

subman: use replace instead of format #10620

merged 1 commit into from Aug 9, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 9, 2016

Otherwise all {} are assumed to be substituted. Add a test.

Signed-off-by: Loic Dachary ldachary@redhat.com

@ghost ghost added bug-fix core labels Aug 9, 2016
@ghost ghost self-assigned this Aug 9, 2016
@@ -1,6 +1,7 @@
#!/usr/bin/env python -B
#!/usr/bin/env python
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why -B is removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was meant to ease packaging but turned out to not be used.

Otherwise all {} are assumed to be substituted. Add a test.

Fixes: http://tracker.ceph.com/issues/16961

Signed-off-by: Loic Dachary <ldachary@redhat.com>
@tchaikov
Copy link
Contributor

tchaikov commented Aug 9, 2016

lgtm. as jenkins is also happy.

@tchaikov tchaikov merged commit ad2c64f into ceph:master Aug 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants