Content-Length: 260726 | pFad | https://github.com/gitpython-developers/GitPython/commit/cffa264bdc1dd09a13a85cc27417b85628273e14

99 turns out f-strings before 3.8 don't support {variable=} notation, ta… · gitpython-developers/GitPython@cffa264 · GitHub
Skip to content

Commit cffa264

Browse files
committed
turns out f-strings before 3.8 don't support {variable=} notation, take that out
1 parent b1289ee commit cffa264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def is_cygwin_git(git_executable: PathLike) -> bool: ...
490490

491491

492492
def is_cygwin_git(git_executable: Union[None, PathLike]) -> bool:
493-
_logger.debug(f"{sys.platform=}, {git_executable=}")
493+
_logger.debug(f"sys.platform = {sys.platform}, git_executable = {git_executable}")
494494
if sys.platform != "cygwin":
495495
return False
496496
elif git_executable is None:

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/gitpython-developers/GitPython/commit/cffa264bdc1dd09a13a85cc27417b85628273e14

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy