Skip to content

Commit

Permalink
shutil.move->cmtkgui.movefile in CMTK installer
Browse files Browse the repository at this point in the history
* this closes #4
  • Loading branch information
jefferis committed Apr 16, 2015
1 parent 6109ca2 commit 97986f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install_CMTK.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def untar_binaries(f,target_dir):
for binary in binaries:
frompath = os.path.join(td,binary.name)
# print 'from = '+frompath
shutil.move(frompath,target_dir)
cmtkgui.movefile(frompath,target_dir)
print("Cleaning up!")
shutil.rmtree(td)

Expand Down

0 comments on commit 97986f2

Please sign in to comment.