Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alex@alex:~/MCP6.1$ ./decompile.sh
- == MCP 6.1 (data: 6.1, client: 1.2.4, server: 1.2.4) ==
- ^CTraceback (most recent call last):
- File "runtime/decompile.py", line 132, in <module>
- main()
- File "runtime/decompile.py", line 42, in main
- options.keep_generics)
- File "runtime/decompile.py", line 48, in decompile
- commands = Commands(conffile, verify=True, no_patch=no_patch)
- File "/home/alex/MCP6.1/runtime/commands.py", line 197, in __init__
- self.readcommands(verify, no_patch=no_patch)
- File "/home/alex/MCP6.1/runtime/commands.py", line 277, in readcommands
- error=False)
- File "/home/alex/MCP6.1/runtime/commands.py", line 204, in checkcommand
- output = self.runcmd(command, quiet=True, check_return=check_return)
- File "/home/alex/MCP6.1/runtime/commands.py", line 1072, in runcmd
- output, _ = process.communicate()
- File "/usr/lib/python2.7/subprocess.py", line 732, in communicate
- stdout = self.stdout.read()
- KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment