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
Hi Team,
on running the command: docker run --rm ossillate/packj audit -p pypi:requests I get the following error.
"Failed to dump json content to file /tmp/packj_audit_4414d88z/report_zw4uc_aw.json: Object of type Commit is not JSON serializable"
My system is using ubuntu.
Could you suggest a quick fix.
The text was updated successfully, but these errors were encountered:
Thanks! Looks like commit objects need to be serialized. Would love to receive a FIX on the issue from you.
Sorry, something went wrong.
I'm getting the same error too.
No branches or pull requests
Hi Team,
on running the command:
docker run --rm ossillate/packj audit -p pypi:requests
I get the following error.
"Failed to dump json content to file /tmp/packj_audit_4414d88z/report_zw4uc_aw.json: Object of type Commit is not JSON serializable"
My system is using ubuntu.
Could you suggest a quick fix.
The text was updated successfully, but these errors were encountered: