diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:50:14 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:50:14 -0400 |
| commit | 94f391ab4262b5e1c8dace0263467a0ec1f17058 (patch) | |
| tree | 8ce8836e5ac65e81b48d71615639bc0e7b9c08b9 /stub.py | |
| parent | 038875f876d79d0f1e971886fe42f5bee4f9f31e (diff) | |
more pep8 fixes
Diffstat (limited to 'stub.py')
| -rw-r--r-- | stub.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ try: stdout, stderr = extension.communicate() except BaseException: print >> sys.stderr, "Unexpected error launching Ink/Stitch." - print >> sys.stderr, "If you're having trouble, please file an issue here, including the text below: https://github.com/inkstitch/inkstitch/issues\n" + print >> sys.stderr, "If you're having trouble, please file an issue here, including the text below:" + print >> sys.stderr, " https://github.com/inkstitch/inkstitch/issues\n" print >> sys.stderr, "Tried to launch:", binary_path print >> sys.stderr, "Arguments:", args print >> sys.stderr, "Debugging information:\n" |
