eric6/WebBrowser/Sync/DirectorySyncHandler.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
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