eric6/WebBrowser/Sync/FtpSyncHandler.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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