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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy