We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4793b7f commit a1ea366Copy full SHA for a1ea366
1 file changed
colrev/packages/europe_pmc/src/europe_pmc.py
@@ -265,6 +265,9 @@ def search(self, rerun: bool) -> None:
265
add_to_git=True,
266
)
267
268
+ elif self.search_source.search_type == SearchType.MD:
269
+ self.logger.info("Update of MD sources not yet available.")
270
+
271
# if self.search_source.search_type == colrev.search_file.ExtendedSearchFile.MD:
272
# self._run_md_search_update(
273
# search_operation=search_operation,
0 commit comments