Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jun 6, 2024
1 parent 7157a4e commit 664137d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def extract_project_data(project_name, date_str, should_include_details,

# Get details if needed and otherwise leave empty
refined_proj_list = list()
refined_constructor_list = list()
branch_pairs = list()
annotated_cfg = dict()
if should_include_details:
Expand Down

0 comments on commit 664137d

Please sign in to comment.