From 69845d6d9594db1b1ed22a47c2042c48ef98b495 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Sun, 4 Oct 2015 17:35:12 -0700 Subject: made some small fixes --- ricky/params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ricky/params.py') 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 -- cgit v1.2.3-70-g09d2