Ubuntu Pastebin

Paste from Daniel Holbach at Wed, 28 Oct 2015 14:13:29 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
daniel@daydream:~/dev/snappy/snapcraft$ ./bin/snapcraft help plugin
The plugin does not exist. Use one of the following:
ant
autotools
catkin
cmake
copy
go
jdk
make
maven
python2
python3
qml
roscore
scons
tar-content
Traceback (most recent call last):
  File "./bin/snapcraft", line 33, in <module>
    snapcraft.main.main()
  File "/home/daniel/dev/snappy/snapcraft/snapcraft/main.py", line 115, in main
    args.func(args)
  File "/home/daniel/dev/snappy/snapcraft/snapcraft/help.py", line 50, in topic
    _module_help(args.topic, args.devel)
  File "/home/daniel/dev/snappy/snapcraft/snapcraft/help.py", line 68, in _module_help
    if module.__doc__ and devel:
UnboundLocalError: local variable 'module' referenced before assignment
daniel@daydream:~/dev/snappy/snapcraft$ 
Download as text