Skip to content

Commit

Permalink
indentation errors crept in
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcdonald committed Mar 28, 2015
1 parent dfbb9cf commit f4cf989
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions update-projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ def replaceInFile(filename, pattern, replacement):

print "Updated " + targetProjectName + " project."

# model data
targetModelPath = example + "/bin/data/model/"
try: shutil.rmtree(targetModelPath)
except: pass
shutil.copytree(sourceModelPath, targetModelPath)
# model data
targetModelPath = example + "/bin/data/model/"
try: shutil.rmtree(targetModelPath)
except: pass
shutil.copytree(sourceModelPath, targetModelPath)

print "Copied model data into " + targetModelPath
print "Copied model data into " + targetModelPath

0 comments on commit f4cf989

Please sign in to comment.