Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed May 3, 2022
1 parent b37fc34 commit 7eb4736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ena_upload/ena_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def check_columns(df, schema, action, dev, auto_action):
else:
df.at[index, header] = np.nan
print(
f"\t'{df['alias'][index]}' gets skipped since it is already present at EN")
f"\t'{df['alias'][index]}' gets skipped since it is already present at ENA")

else:
# status column contain action keywords
Expand Down

0 comments on commit 7eb4736

Please sign in to comment.