Skip to content

Commit 156a520

Browse files
committed
Fix indentation
1 parent b9cdc41 commit 156a520

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
@@ -169,7 +169,7 @@ def run(self):
169169
# If the user just queries for information, don't bother figuring out which
170170
# packages to build or install.
171171
if (any('--' + opt in sys.argv for opt in
172-
Distribution.display_option_names + ['help']) or
172+
Distribution.display_option_names + ['help']) or
173173
'clean' in sys.argv):
174174
setup_requires = []
175175
else:

0 commit comments

Comments
 (0)