Skip to content

Commit

Permalink
Update print format to match removal of progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Feb 9, 2025
1 parent f9eabd2 commit 97d3d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kartograf/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def general_merge(
print("Parse extra file to Pandas DataFrame")
df_extra = extra_file_to_df(extra_file)

print("Merging extra prefixes that were not included in the base file:\n")
print("Merging extra prefixes that were not included in the base file.")
extra_included = []
for row in df_extra.itertuples(index=False):
result = base.contains_row(row)
Expand Down

0 comments on commit 97d3d45

Please sign in to comment.