Skip to content

Commit

Permalink
Strip whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Apr 12, 2017
1 parent 0831704 commit cd55aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def copy_folder(src, dst):
new_sqm = "../build/ARCMF_Sandbox.VR/new_mission.sqm"
orig_ext = "../build/ARCMF_Sandbox.VR/description.ext"
new_ext = "../build/ARCMF_Sandbox.VR/new_description.ext"
with open('../ARCMF.VR/version.txt') as v: version = v.read()
with open('../ARCMF.VR/version.txt') as v: version = v.read().strip()

if os.path.isdir(sandbox_dir):
shutil.rmtree(sandbox_dir)
Expand Down

0 comments on commit cd55aeb

Please sign in to comment.