Bugfix #1

Merged
avara merged 3 commits from dev into master 2022-05-19 10:21:25 +00:00
Showing only changes of commit 038635999f - Show all commits

View File

@ -357,7 +357,8 @@ class ErrorMessage():
def STD46(self): def STD46(self):
msg = f"If date of collection/isolation/deposit/inclusion in the catalog is after 2014," \ msg = f"If date of collection/isolation/deposit/inclusion in the catalog is after 2014," \
f" the value of Geographic Origin must be provided. It is missing for strain {self.pk}." f" the value of column Geographic Origin must be provided and associated with a country in the " \
f"Geographic Origin sheet. The value is missing or not associated with a country for strain {self.pk}."
return msg return msg