Skip to content

Commit 059dd4a

Browse files
committed
fix syntax
1 parent 9c574fc commit 059dd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/core/fileutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def copyfile(self, src, dest):
7474
except IOError as e:
7575
Log.debug(self, "{e}".format(e.strerror))
7676
Log.error(self, "Unable to copy file from {0} to {1}"
77-
.fromat(src, dest))
77+
.format(src, dest))
7878

7979
def searchreplace(self, fnm, sstr, rstr):
8080
"""

0 commit comments

Comments
 (0)