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
Rather than forcing JSON or converting to JSON, allow JSON but default back to the comma-separated configuration that we've had since forever.
The text was updated successfully, but these errors were encountered:
@jbremer are you referring to the following code in https://github.com/honeynet/cuckoo-droid/blob/f9f2da195869c7687624f2b34ab3b7dd4bcc811d/web/analysis/views.py?
analysis_path = os.path.join(path, "analysis.json") with open(analysis_path, "w") as outfile: report["target"].pop("file_id", None) json.dump({"target": report["target"]}, outfile, indent=4)
Sorry, something went wrong.
No branches or pull requests
Rather than forcing JSON or converting to JSON, allow JSON but default back to the comma-separated configuration that we've had since forever.
The text was updated successfully, but these errors were encountered: