Code style: Space around binary operators

I just looked for lines with interpolation = None because I was looking for another possible bug, but fixing this in the meanwhile too.
This commit is contained in:
Ghostkeeper 2018-10-10 14:28:50 +02:00
parent e3861b0d90
commit 4c6744b6fc
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
7 changed files with 10 additions and 10 deletions

View file

@ -117,7 +117,7 @@ class VersionUpgrade25to26(VersionUpgrade):
# \param serialised The serialised form of a quality profile.
# \param filename The name of the file to upgrade.
def upgradeMachineStack(self, serialised, filename):
parser = configparser.ConfigParser(interpolation=None)
parser = configparser.ConfigParser(interpolation = None)
parser.read_string(serialised)
# NOTE: This is for Custom FDM printers