Project

General

Profile

Actions

Bug #22299

closed

Cannot complete string formatting when raising errors on invalid input for --data

Added by Alfredo Deza over 6 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

This line here

            error = [
                'Cannot use device (%s).',
                'A vg/lv path or an existing device is needed' % arg]

Is doing the string formatting in the wrong place, causing a TypeError to be raised

Actions #2

Updated by Alfredo Deza over 6 years ago

  • Status changed from New to Fix Under Review
Actions #3

Updated by Alfredo Deza over 6 years ago

  • Status changed from Fix Under Review to Resolved

merged commit dfe1b79 into maste

Actions

Also available in: Atom PDF