diff --git a/libraries/entropyTools.py b/libraries/entropyTools.py index e52fa4e50..dca998d77 100644 --- a/libraries/entropyTools.py +++ b/libraries/entropyTools.py @@ -781,7 +781,7 @@ class activatorFTP: return rc # also used to move files - def renameFile(self,fromfile,tofile) + def renameFile(self,fromfile,tofile): self.ftpconn.rename(fromfile,tofile) def closeFTPConnection(self):