Skip to content

Commit 18234e1

Browse files
SAPTeamDEVSAPTeamDEV
authored andcommitted
fix syntax error
1 parent 030f1d9 commit 18234e1

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
@@ -40,6 +40,6 @@ def makeTree(source = '.'):
4040

4141
# Do modifications
4242
if hasModified:
43-
with open(f 'w') as file:
43+
with open(f, 'w') as file:
4444
file.write(fData)
4545

0 commit comments

Comments
 (0)