mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 21:58:41 +02:00
Whitespace fixes as expected by pycodestyle/pep8
This commit is contained in:
@@ -21,11 +21,11 @@ def namespace(name):
|
||||
return "{http://linux.duke.edu/metadata/%s}" % name
|
||||
|
||||
OPERATOR_BY_FLAGS = {
|
||||
"EQ" : "=",
|
||||
"LE" : "<=",
|
||||
"GE" : ">=",
|
||||
"LT" : "<",
|
||||
"GT" : ">"
|
||||
"EQ": "=",
|
||||
"LE": "<=",
|
||||
"GE": ">=",
|
||||
"LT": "<",
|
||||
"GT": ">"
|
||||
}
|
||||
|
||||
def primaryPath(directory):
|
||||
|
Reference in New Issue
Block a user