Changeset 3247 for lliurex-up
- Timestamp:
- Jan 11, 2017, 5:18:19 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-up/trunk/fuentes/lliurex-up/usr/share/lliurex-up/LliurexUpConnect.py
r3232 r3247 177 177 try: 178 178 is_lliurexup_installed=self.llxUpCore.installLliurexUp() 179 isreturncode=is_lliurexup_installed['returncode']180 error=is_lliurex _up_installed['stderrs']179 returncode=is_lliurexup_installed['returncode'] 180 error=is_lliurexup_installed['stderrs'] 181 181 log_msg="Installing lliurex-up. Returncode: " + str(returncode) + ". Error: " + str(error) 182 182 self.log(log_msg)
Note: See TracChangeset
for help on using the changeset viewer.