Browse Source

Merge branch 'python' of github.com:rtCamp/easyengine into python

bugfixes
gau1991 10 years ago
parent
commit
bacd532597
  1. 2
      ee/core/fileutils.py

2
ee/core/fileutils.py

@ -70,7 +70,7 @@ class EEFileUtils():
"""
try:
Log.debug(self, "Copying file, Source:{0}, Dest:{1}"
.format(src, dst))
.format(src, dest))
shutil.copy2(src, dest)
except shutil.Error as e:
Log.debug(self, "{0}".format(e))

Loading…
Cancel
Save