From 059dd4a6cebb99387e98708d54a306f4b5ad2df3 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Sat, 14 Feb 2015 11:59:17 +0530 Subject: [PATCH] fix syntax --- ee/core/fileutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/core/fileutils.py b/ee/core/fileutils.py index 9d4de9fd..a703c7ee 100644 --- a/ee/core/fileutils.py +++ b/ee/core/fileutils.py @@ -74,7 +74,7 @@ class EEFileUtils(): except IOError as e: Log.debug(self, "{e}".format(e.strerror)) Log.error(self, "Unable to copy file from {0} to {1}" - .fromat(src, dest)) + .format(src, dest)) def searchreplace(self, fnm, sstr, rstr): """