Changeset 65980 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/globalresource.py
- Timestamp:
- Mar 7, 2017 1:00:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/globalresource.py
r65226 r65980 272 272 """ 273 273 # Quit quickly if there is nothing to alloocate. 274 if len(aoGlobalRsrcs) == 0:274 if not aoGlobalRsrcs: 275 275 return True; 276 276
Note:
See TracChangeset
for help on using the changeset viewer.