- Timestamp:
- Dec 1, 2017, 11:38:50 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hwdetector/trunk/fuentes/hwdetector.install/hwdetector/modules/llxuserstest.py
r6399 r6420 13 13 if not ('result' in kwargs and 'msg' in kwargs): 14 14 return 15 if type(kwargs['result']) == type(list()):15 if isinstance(kwargs['result'],list): 16 16 result=kwargs['result'] 17 17 else:
Note: See TracChangeset
for help on using the changeset viewer.