Skip to content

Commit

Permalink
Minor comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Jul 19, 2021
1 parent 2bccd85 commit d8e0931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldcoolp/curation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, article_id, log=None,

self.metadata_only = metadata_only

# Check if deposit is not deleted by user
# Check if deposit is not archived (e.g., deleted by user, us, etc)
if self.dn.curation_dict['status'] == 'closed':
self.log.warning(
"This deposit was archived for one of many reasons!")
Expand Down

0 comments on commit d8e0931

Please sign in to comment.