diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-26 21:01:58 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-26 21:07:09 +0800 |
commit | c8e62dd6826ccdb0401d5eaaf26906e68f2e1a68 (patch) | |
tree | 62ca7cefa43f757bd6154cea51a774cb6e2e03e3 /fg21sim | |
parent | d65f3ba19d0d4af9b47b1fe6b5c3ab3cb25bca5c (diff) | |
download | fg21sim-c8e62dd6826ccdb0401d5eaaf26906e68f2e1a68.tar.bz2 |
Update logging messages; also remove creator __name__
This script is invoked on the CLI, and will have __name__ of
__main__
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/foregrounds.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/foregrounds.py b/fg21sim/foregrounds.py index 02f5c65..be17068 100644 --- a/fg21sim/foregrounds.py +++ b/fg21sim/foregrounds.py @@ -137,6 +137,7 @@ class Foregrounds: logger.info("==================================================") for compId, t1, t2 in timers: logger.info("%s : %.3f [s]" % (compID, t2-t1)) + logger.info("--------------------------------------------------") def postprocess(self): """ |