summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2026-02-27 19:32:22 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2026-02-27 22:30:41 +0000
commiteea691be496ccaccbfa6c5317edd3529fb19f3e4 (patch)
tree0c5af2c99703c82796c0a06e129d867c64cc183f /examples
parent28412f7dd30f762954b495eb1fe0db14900e0b22 (diff)
9.0.0-1 (patches unapplied)import/9.0.0-1debian/experimental
Imported using git-ubuntu import.
Notes
Notes: * New upstream release. * Fixed (build-)depends for this release. * Removed patches applied upstream: - Fix_openstack_quota_show_without_cinder.patch - add-missing-backup_id-field.patch
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.py b/examples/common.py
index 650139e..8213f4b 100755
--- a/examples/common.py
+++ b/examples/common.py
@@ -264,7 +264,7 @@ def main(opts, run):
if dump_stack_trace:
_logger.error(traceback.format_exc(e))
else:
- _logger.error('Exception raised: ' + str(e))
+ _logger.error('Exception raised: %s', e)
return 1