We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f1d9 commit 18234e1Copy full SHA for 18234e1
setup.py
@@ -40,6 +40,6 @@ def makeTree(source = '.'):
40
41
# Do modifications
42
if hasModified:
43
- with open(f 'w') as file:
+ with open(f, 'w') as file:
44
file.write(fData)
45
0 commit comments