Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 190, in _run
  3. self.process_args(args)
  4. File "/src/morph/morphlib/app.py", line 267, in process_args
  5. cliapp.Application.process_args(self, args)
  6. File "/usr/lib/python2.7/site-packages/cliapp/app.py", line 539, in process_args
  7. method(args[1:])
  8. File "/src/morph/morphlib/plugins/list_artifacts_plugin.py", line 67, in list_artifacts
  9. repo, ref, system_filename)
  10. File "/src/morph/morphlib/plugins/list_artifacts_plugin.py", line 110, in list_artifacts_for_system
  11. artifact.cache_key = ckc.compute_key(artifact)
  12. File "/src/morph/morphlib/cachekeycomputer.py", line 39, in compute_key
  13. ret = self._hash_id(self.get_cache_id(source))
  14. File "/src/morph/morphlib/cachekeycomputer.py", line 78, in get_cache_id
  15. cacheid = self._calculate(source)
  16. File "/src/morph/morphlib/cachekeycomputer.py", line 87, in _calculate
  17. for a in source.dependencies],
  18. AttributeError: 'Artifact' object has no attribute 'dependencies'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement