eric6/WebBrowser/Sync/DirectorySyncHandler.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
51 51
52 def initialLoadAndCheck(self, forceUpload): 52 def initialLoadAndCheck(self, forceUpload):
53 """ 53 """
54 Public method to do the initial check. 54 Public method to do the initial check.
55 55
56 @keyparam forceUpload flag indicating a forced upload of the files 56 @param forceUpload flag indicating a forced upload of the files
57 (boolean) 57 (boolean)
58 """ 58 """
59 if not Preferences.getWebBrowser("SyncEnabled"): 59 if not Preferences.getWebBrowser("SyncEnabled"):
60 return 60 return
61 61

eric ide

mercurial