We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"last_datestring_indexed" is not defined in #10 if there is no checkpoint file (i.e. on a first run). Just add
last_datestring_indexed=""
after line 69
Expect code to work if there is no checkpoint file
The "else" condition when there is no checkpoint file does not set "last_datestring_indexed", so we get an error when it is accessed a few lines later
Just add
The text was updated successfully, but these errors were encountered:
Added corrective fix for this issue in latest commit. Thanks!
https://github.com/nterl0k/prisma-cloud-compute-splunk/tree/nterl0k-No-serialNum-patch
Sorry, something went wrong.
No branches or pull requests
Describe the bug
"last_datestring_indexed" is not defined in #10 if there is no checkpoint file (i.e. on a first run). Just add
after line 69
Expected behavior
Expect code to work if there is no checkpoint file
Current behavior
The "else" condition when there is no checkpoint file does not set "last_datestring_indexed", so we get an error when it is accessed a few lines later
Possible solution
Just add
after line 69
Steps to reproduce
Screenshots
Context
Your Environment
The text was updated successfully, but these errors were encountered: