Skip to content

Commit

Permalink
fix issue log bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cklunch committed Oct 23, 2024
1 parent 208091d commit edf71cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file modified dist/neonutilities-1.0.1-py3-none-any.whl
Binary file not shown.
Binary file modified dist/neonutilities-1.0.1.tar.gz
Binary file not shown.
4 changes: 1 addition & 3 deletions src/neonutilities/get_issue_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ def get_eddy_issue_log(dpid, token=None):
if change_log_df is not None and not change_log_df.empty:
change_log_df['dpid'] = dpid
eddy_issue_log_list.append(change_log_df)
else:
return None


eddy_issue_log_df = pd.concat(eddy_issue_log_list, ignore_index=True)

return eddy_issue_log_df
Expand Down

0 comments on commit edf71cd

Please sign in to comment.