Mar-09-2022, 09:29 PM
You're running a program there, so I can't tell which bits of the output are from the command requested and which bits are from some other part of the program. Did the
If you have any try/except in that script, remove them. A simple traceback should have pointed at the location that is causing problems.
'NoneType' object has no attribute 'strip'
come from that command as well? If you have any try/except in that script, remove them. A simple traceback should have pointed at the location that is causing problems.