Browse Source

Fixed bug of fileutils.py

bugfixes
shital.rtcamp 10 years ago
parent
commit
674338bc98
  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