Changeset 440 in tmcsimulator for trunk/src/python/unifiedlogger/cms_watcher.py
- Timestamp:
- 07/11/2019 04:29:12 PM (7 years ago)
- Location:
- trunk/src/python
- Files:
-
- 1 added
- 1 edited
- 1 moved
-
. (added)
-
unifiedlogger (moved) (moved from trunk/webapps/unifiedlogger)
-
unifiedlogger/cms_watcher.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/cms_watcher.py
r439 r440 12 12 # Utility functions 13 13 def isEmpty(cmsitem): 14 return cmsitem == " ,,,,,"14 return cmsitem == ":::::" 15 15 def isFull(cmsitem): 16 16 return not isEmpty(cmsitem)
Note: See TracChangeset
for help on using the changeset viewer.
