Closed nil0x42 closed 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 :)
Thanks for the fix. This will fix the Identation problem.
ShellPop is incompatible with python3 due to inentation error in ./bin/shellpop.
$ python3 bin/shellpop
PS: I know python3 is not supported, buy anyway the PR is still useful is you consider it as a simple code refactoring improvement :)