Skip to content

Commit

Permalink
Correct typo introduced by bug in wgen/pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Brown authored and Chris Angove committed May 10, 2012
1 parent ab01510 commit fda0177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker/container.py
Expand Up @@ -529,7 +529,7 @@ def __init__(self, namespace, dbmmodule=None, data_dir=None,
self.dbm = None
OpenResourceNamespaceManager.__init__(self, namespace)

self.file = util.encoded_path(roo=self.dbm_dir,
self.file = util.encoded_path(root=self.dbm_dir,
identifiers=[self.namespace],
extension='.dbm',
digest_filenames=self.digest_filenames)
Expand Down

0 comments on commit fda0177

Please sign in to comment.