Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Feb 7, 2024
1 parent 9a5b8a0 commit 59a54a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data-workflows/plugin/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ def _is_new_plugin(plugin_version_pair):
if pypi_plugin_version == version:
continue
if pypi_plugin_version is None and is_plugin_active(name, version):
logger.info(f"Skipping marking plugin={name} version={version} stale as "
f"the plugin is still active in npe2api")
logger.info(
f"Skipping marking plugin={name} version={version} stale as the "
f"plugin is still active in npe2api"
)
continue

logger.info(f"Updating old plugin={name} version={version}")
Expand Down

0 comments on commit 59a54a4

Please sign in to comment.