Skip to content

Commit ab46192

Browse files
committed
Add missing space in Submodule.update debug message
1 parent 692e59e commit ab46192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/objects/submodule/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def update(
755755
if len(base_commit) == 0 or (base_commit[0] is not None and base_commit[0].hexsha == hexsha):
756756
if force:
757757
msg = "Will force checkout or reset on local branch that is possibly in the future of"
758-
msg += "the commit it will be checked out to, effectively 'forgetting' new commits"
758+
msg += " the commit it will be checked out to, effectively 'forgetting' new commits"
759759
log.debug(msg)
760760
else:
761761
msg = "Skipping %s on branch '%s' of submodule repo '%s' as it contains un-pushed commits"

0 commit comments

Comments
 (0)