Skip to content

Instantly share code, notes, and snippets.

@derks
Created May 15, 2011 19:02
Show Gist options
  • Save derks/973432 to your computer and use it in GitHub Desktop.
Save derks/973432 to your computer and use it in GitHub Desktop.
======================================================================
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