Skip to content

Commit d536714

Browse files
pre-commit-ci[bot]mxamin
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent df37761 commit d536714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def run(self):
133133
[('MODULE_NAME', self.distribution.metadata.name), ('MODULE_VERSION', self.distribution.metadata.version)]
134134
)
135135
# escape the XMLSEC_CRYPTO macro value, see mehcode/python-xmlsec#141
136-
for (key, value) in ext.define_macros:
136+
for key, value in ext.define_macros:
137137
if key == 'XMLSEC_CRYPTO' and not (value.startswith('"') and value.endswith('"')):
138138
ext.define_macros.remove((key, value))
139139
ext.define_macros.append((key, '"{0}"'.format(value)))

0 commit comments

Comments
 (0)