Changeset 3834 for lliurex-gdrive/trunk/fuentes/lliurex-gdrive-gui.install/usr/share/lliurex-gdrive/LliurexGoogleDriveManager.py
- Timestamp:
- Mar 7, 2017, 6:29:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-gdrive/trunk/fuentes/lliurex-gdrive-gui.install/usr/share/lliurex-gdrive/LliurexGoogleDriveManager.py
r3829 r3834 113 113 error_msg="Unable to create '%s' mount destination"%mountpoint 114 114 self.dprint(error_msg) 115 return {"result":False,"out ":None,"error":error_msg}115 return {"result":False,"output":None,"error":error_msg} 116 116 117 117 … … 122 122 poutput,perror=p.communicate() 123 123 if len(perror)==0: 124 return {"result":True,"out ":str(poutput),"error":str(perror)}124 return {"result":True,"output":str(poutput),"error":str(perror)} 125 125 else: 126 126 error_msg="Error mount '%s':'%s'"%(mountpoint,str(perror))
Note: See TracChangeset
for help on using the changeset viewer.