mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
Fix typos.
This commit is contained in:
@@ -196,6 +196,10 @@ class Component(object):
|
||||
|
||||
The core logic of the all components is run here.
|
||||
"""
|
||||
log.info("Start %r" % self)
|
||||
log.info("Pid %s" % os.getpid())
|
||||
log.info("Group %s" % os.getpgrp())
|
||||
|
||||
self.start_tic = time.time()
|
||||
|
||||
self.done = False # TODO: use state flag
|
||||
|
||||
Reference in New Issue
Block a user