Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Apr 23, 2024
1 parent b3762c2 commit 1e696b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coshsh/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def collect(self):
ds.close()
except coshsh.datasource.DatasourceNotCurrent:
data_valid = False
logger.info("datasource %s is is not current" % ds.name, exc_info=False)
logger.info("datasource %s is not current" % ds.name, exc_info=False)
except coshsh.datasource.DatasourceNotReady:
data_valid = False
logger.info("datasource %s is busy" % ds.name, exc_info=False)
Expand Down

0 comments on commit 1e696b8

Please sign in to comment.