Skip to content

Instantly share code, notes, and snippets.

@whitmo
Created July 16, 2014 17:37
Show Gist options
  • Save whitmo/f3ce27ee984d45f10163 to your computer and use it in GitHub Desktop.
Save whitmo/f3ce27ee984d45f10163 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_main (tests.test_generator.TestGenerator)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/whit/proj/cf/trusty/cloudfoundry/tests/test_generator.py", line 196, in test_main
main(['-d', tmpdir, '173'])
File "/home/whit/proj/cf/trusty/cloudfoundry/charmgen/generator.py", line 230, in main
g.generate(options.directory)
File "/home/whit/proj/cf/trusty/cloudfoundry/charmgen/generator.py", line 181, in generate
for service in self.release['topology']['services']:
File "/home/whit/proj/cf/trusty/cloudfoundry/charmgen/generator.py", line 109, in generate_charm
os.symlink(entry, os.path.join(hook_dir, hook))
OSError: [Errno 17] File exists
----------------------------------------------------------------------
Ran 44 tests in 11.422s
FAILED (errors=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment