RE: [Dirssync-opendisc] A bug?
Status: Pre-Alpha
Brought to you by:
vincent_delft
|
From: mimisando <mim...@vi...> - 2004-09-17 10:43:59
|
I propose a fix for this bug: line dirssync.py line 423 was: self.commands[2].append([file,self.jobcard.local.dir,[self.jobcard.remote= .getContent,self.jobcard.remote.getMtime(file)],self.jobcard.local.copyTo= ,self.jobcard.remote.dir,'copy to remote']) has to be: self.commands[2].append([file,self.jobcard.local.dir,[self.jobcard.remote= .getContent,self.jobcard.remote.getMtime(file)],self.jobcard.local.copyTo= ,self.jobcard.remote.dir,'copy to local']) Ok? Ciao. |