Ubuntu Pastebin

Paste from Marco Ceppi at Tue, 16 Aug 2016 20:54:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
INFO: Using default charm template (reactive-python). To select a different template, use the -t option.
INFO: Generating charm for foo in ./foo
INFO: No foo in apt cache; creating an empty charm instead.
Cloning into '/tmp/tmpx4XQfh'...
warning: templates not found /usr/share/git-core/templates
fatal: Unable to find remote helper for 'https'
Traceback (most recent call last):
  File "/snap/charm/x1/usr/bin/charm-create", line 9, in <module>
    load_entry_point('charm-tools==2.1.2', 'console_scripts', 'charm-create')()
  File "/snap/charm/x1/usr/lib/python2.7/dist-packages/charmtools/create.py", line 98, in main
    generator.create_charm()
  File "/snap/charm/x1/usr/lib/python2.7/dist-packages/charmtools/generators/generator.py", line 77, in create_charm
    self._cleanup(tempdir)
  File "/snap/charm/x1/usr/lib/python2.7/dist-packages/charmtools/generators/generator.py", line 127, in _cleanup
    shutil.rmtree(tempdir)
  File "/snap/charm/x1/usr/lib/python2.7/shutil.py", line 239, in rmtree
    onerror(os.listdir, path, sys.exc_info())
  File "/snap/charm/x1/usr/lib/python2.7/shutil.py", line 237, in rmtree
    names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '/tmp/tmpx4XQfh'
Download as text