Created
May 15, 2011 19:02
-
-
Save derks/973432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: tests.cli.test_cmds.test_cmd_backup | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/nose-1.0.0-py2.7.egg/nose/case.py", line 187, in runTest | |
self.test(*self.arg) | |
File "/Users/wdierkes/devel/holland/tests/cli/test_cmds.py", line 60, in test_cmd_backup | |
dry_run=True) | |
File "/Users/wdierkes/devel/holland/holland/cli/cmd/builtin/cmd_backup.py", line 74, in run_backup | |
config = self.config.load_backupset(name) | |
AttributeError: 'Config' object has no attribute 'load_backupset' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment