Skip to content

Commit

Permalink
Use project_extra_data as is #504
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Jul 31, 2024
1 parent b159b23 commit bc7411b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minecode/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def process_scan_results(
scan_data = json.load(f)
with open(scan_summary_location) as f:
summary_data = json.load(f)
project_extra_data = json.loads(project_extra_data)

try:
scannable_uri = ScannableURI.objects.get(uuid=scannable_uri_uuid)
Expand Down

0 comments on commit bc7411b

Please sign in to comment.