.
bash
Source:
cd .. && python3 parent.py
Errors:
Traceback (most recent call last):
File "parent.py", line 67, in <module>
if not sys.argv[1].startswith("erl"):
IndexError: list index out of range
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 146, in apport_excepthook
pr.write(f)
File "/usr/lib/python3/dist-packages/problem_report.py", line 402, in write
file.write(v.replace(b'\n', b'\n '))
OSError: [Errno 27] File too large
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 146, in apport_excepthook
pr.write(f)
OSError: [Errno 27] File too large
Original exception was:
Traceback (most recent call last):
File "parent.py", line 67, in <module>
if not sys.argv[1].startswith("erl"):
IndexError: list index out of range