Krenair

Untitled

Mar 26th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.96 KB | None | 0 0
  1. alex@alex:~/MCP6.1$ ./decompile.sh
  2. == MCP 6.1 (data: 6.1, client: 1.2.4, server: 1.2.4) ==
  3. ^CTraceback (most recent call last):
  4.   File "runtime/decompile.py", line 132, in <module>
  5.     main()
  6.   File "runtime/decompile.py", line 42, in main
  7.     options.keep_generics)
  8.   File "runtime/decompile.py", line 48, in decompile
  9.     commands = Commands(conffile, verify=True, no_patch=no_patch)
  10.   File "/home/alex/MCP6.1/runtime/commands.py", line 197, in __init__
  11.     self.readcommands(verify, no_patch=no_patch)
  12.   File "/home/alex/MCP6.1/runtime/commands.py", line 277, in readcommands
  13.     error=False)
  14.   File "/home/alex/MCP6.1/runtime/commands.py", line 204, in checkcommand
  15.     output = self.runcmd(command, quiet=True, check_return=check_return)
  16.   File "/home/alex/MCP6.1/runtime/commands.py", line 1072, in runcmd
  17.     output, _ = process.communicate()
  18.   File "/usr/lib/python2.7/subprocess.py", line 732, in communicate
  19.     stdout = self.stdout.read()
  20. KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment