black formatting after 71de39e

This commit is contained in:
Bruno Postle
2024-09-15 17:34:44 +01:00
parent 71de39ea7c
commit cf95c9151c
+5 -1
View File
@@ -79,7 +79,11 @@ class IfcGit:
else:
return None
if IfcGitRepo.repo is not None and os.path.exists(IfcGitRepo.repo.git_dir) and IfcGitRepo.repo.working_dir == path_dir:
if (
IfcGitRepo.repo is not None
and os.path.exists(IfcGitRepo.repo.git_dir)
and IfcGitRepo.repo.working_dir == path_dir
):
return IfcGitRepo.repo
try: