Skip to content

Commit

Permalink
Update merge_release_diff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Feb 4, 2022
1 parent f6cb1c9 commit d6be84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/merge_release_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ def format_new_table(df):
print("")

if len(df_old_obsolete_candidates)>0:
print(df_obsolete_candidates[['Mondo ID','Label']].to_markdown(index=False))
print(df_old_obsolete_candidates[['Mondo ID','Label']].to_markdown(index=False))
else:
print("No changes.")

0 comments on commit d6be84a

Please sign in to comment.