Typo.
This commit is contained in:
parent
72b18733d0
commit
65e658f12c
|
@ -177,8 +177,8 @@ class ProjectBuilder:
|
|||
|
||||
|
||||
def _configure ( self, fileIn, file ):
|
||||
fdfFileIn = open ( fileIn, "r" )
|
||||
fdfFile = open ( file , "w" )
|
||||
fdFileIn = open ( fileIn, "r" )
|
||||
fdFile = open ( file , "w" )
|
||||
|
||||
for line in fdFileIn.readlines():
|
||||
stable = False
|
||||
|
|
Loading…
Reference in New Issue