summaryrefslogtreecommitdiff
path: root/ricky/params.py
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-10-04 17:35:12 -0700
committerpepperpepperpepper <pepper@scannerjammer.com>2015-10-04 17:35:12 -0700
commit69845d6d9594db1b1ed22a47c2042c48ef98b495 (patch)
treed472a96b890aec5c438a0752eeba8d2bab59002e /ricky/params.py
parent4f08494370d226b168f485253db2d87ef2da4222 (diff)
made some small fixes
Diffstat (limited to 'ricky/params.py')
-rw-r--r--ricky/params.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ricky/params.py b/ricky/params.py
index 178643a..73a72fa 100644
--- a/ricky/params.py
+++ b/ricky/params.py
@@ -34,7 +34,7 @@ class Params(object):
sys.stderr.write("param not ready: {}".format(p))
return 0
return 1
- def as_hash(self):
+ def as_dict(self):
result = {}
for p in self.params:
result[p.name] = p.value