forked from toolshed/abra-bash
Appease flake8 on the linting
This commit is contained in:
@ -171,7 +171,7 @@ def get_app_versions(app_path, cached_apps_json):
|
||||
tags = _run_cmd("git tag --list").split()
|
||||
|
||||
if not tags:
|
||||
log.info(f"No tags discovered, moving on")
|
||||
log.info("No tags discovered, moving on")
|
||||
return {}
|
||||
|
||||
initial_branch = _run_cmd("git rev-parse --abbrev-ref HEAD")
|
||||
|
Reference in New Issue
Block a user