diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-02-28 06:13:35 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-02-28 06:13:35 -0500 |
commit | f7360d5bca61baf4539698faf08fc36113c4fb33 (patch) | |
tree | 1551252d2ea703d26c39eddcd21e752eb94a148c /util/stats/db.py | |
parent | 299efffaf5eb5fb55b2109a643e1e0e985f89ce6 (diff) | |
parent | d207168eda13483a2990cdf060c1a7ead42cc9da (diff) | |
download | gem5-f7360d5bca61baf4539698faf08fc36113c4fb33.tar.xz |
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch
--HG--
extra : convert_revision : 0b3ffc0605c9043d7f5bf6c15f4a3c68846a732a
Diffstat (limited to 'util/stats/db.py')
-rw-r--r-- | util/stats/db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stats/db.py b/util/stats/db.py index d9b78c7d1..c0e7796eb 100644 --- a/util/stats/db.py +++ b/util/stats/db.py @@ -158,7 +158,7 @@ class Database(object): return None from info import ProxyError, scalar, vector, value, values, total, len - if system is None and hasattr('system', job): + if system is None and hasattr(job, 'system'): system = job.system if system is not None: |