fix more #pylint issues
This commit is contained in:
parent
1929eb320f
commit
f68099f584
4 changed files with 5 additions and 5 deletions
|
|
@ -266,7 +266,7 @@ class SCM(object):
|
|||
|
||||
# check for validity: params should be empty, query may be empty, everything else should be populated
|
||||
if params :
|
||||
raise koji.GenericError, 'Unable to parse SCM URL: %s . Param element %s should be empty.' % (self.url,param)
|
||||
raise koji.GenericError, 'Unable to parse SCM URL: %s . Params element %s should be empty.' % (self.url, params)
|
||||
if not scheme :
|
||||
raise koji.GenericError, 'Unable to parse SCM URL: %s . Could not find the scheme element.' % self.url
|
||||
if not netloc :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue