0x00-0x00 / ShellPop

Pop shells like a master.
MIT License
1.44k stars 235 forks source link

Fix issue #29: Inconsistent/ambiguous indentation #30

Closed nil0x42 closed 5 years ago

nil0x42 commented 5 years ago

ShellPop is incompatible with python3 due to inentation error in ./bin/shellpop.

$ python3 bin/shellpop

  File "bin/shellpop", line 811
    try:
       ^
TabError: inconsistent use of tabs and spaces in indentation

PS: I know python3 is not supported, buy anyway the PR is still useful is you consider it as a simple code refactoring improvement :)

0x00-0x00 commented 5 years ago

Thanks for the fix. This will fix the Identation problem.