diff --git a/bootstrap/buildCoriolis.py b/bootstrap/buildCoriolis.py index a722d8e7..0d28c367 100755 --- a/bootstrap/buildCoriolis.py +++ b/bootstrap/buildCoriolis.py @@ -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