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
Using the --rules_file flag will cause this error to be printed on the command line:
--rules_file
There was an error processing the command. error: can't convert Symbol into Integer
This error is reproducible even when passing in the default rules file.
Example command: paperless --rules_file=~/paperless.rules.yaml --simulate create ~/Desktop/AnyPDF.pdf
paperless --rules_file=~/paperless.rules.yaml --simulate create ~/Desktop/AnyPDF.pdf
Running this same command without the --rules_file flag does not reproduce the issue.
The text was updated successfully, but these errors were encountered:
Thanks. I will have a look into this as soon as I can.
Sorry, something went wrong.
No branches or pull requests
Using the
--rules_file
flag will cause this error to be printed on the command line:This error is reproducible even when passing in the default rules file.
Example command:
paperless --rules_file=~/paperless.rules.yaml --simulate create ~/Desktop/AnyPDF.pdf
Running this same command without the --rules_file flag does not reproduce the issue.
The text was updated successfully, but these errors were encountered: