0

I am trying to run my python scripts from incron triggers, but I'm having this error

abrt-server: Undefined variable outside of [[ ]] bracket

Now I'm not sure if this is with my python script because if I run it independently, it does work as expected.

I'm checking /var/log/messages but I see the same general error

And running service incrond status -l shows the same message

Is there anyway I can find the specific line where the error was detected? (Will making abrtd verbose mode help?)

chip
  • 3,039
  • 5
  • 35
  • 59
  • I tried to debug my script by commenting all the lines and uncommenting 1 by 1. import os, doesn't post an issue. But for some flippin' reason, when I do import pandas as pd, I get an error. same as above. I have installed pip already – chip Jul 31 '17 at 10:45

1 Answers1

0

the details about the error can be seen at /var/spool/abrt/{most updated Python folder}

chip
  • 3,039
  • 5
  • 35
  • 59