1
0
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:
Dirk Müller
2022-04-20 19:22:35 +02:00
parent 5d7bd22340
commit 3ed913c007
5 changed files with 175 additions and 175 deletions

View File

@@ -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):