Skip to content

Commit 40d4358

Browse files
committed
1 parent 1fae0ac commit 40d4358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcspull/cli/sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def sync(
103103
update_repo(repo)
104104
except Exception as e: # noqa: PERF203
105105
log.info(
106-
f'Failed syncing {repo.get("name")}',
106+
f"Failed syncing {repo.get('name')}",
107107
)
108108
if log.isEnabledFor(logging.DEBUG):
109109
import traceback

0 commit comments

Comments
 (0)