eric6/WebBrowser/Sync/FtpSyncHandler.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
61 61
62 def initialLoadAndCheck(self, forceUpload): 62 def initialLoadAndCheck(self, forceUpload):
63 """ 63 """
64 Public method to do the initial check. 64 Public method to do the initial check.
65 65
66 @keyparam forceUpload flag indicating a forced upload of the files 66 @param forceUpload flag indicating a forced upload of the files
67 (boolean) 67 (boolean)
68 """ 68 """
69 if not Preferences.getWebBrowser("SyncEnabled"): 69 if not Preferences.getWebBrowser("SyncEnabled"):
70 return 70 return
71 71

eric ide

mercurial