mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-13 06:53:36 +00:00
black formatting after 71de39e
This commit is contained in:
@@ -79,7 +79,11 @@ class IfcGit:
|
|||||||
else:
|
else:
|
||||||
return None
|
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
|
return IfcGitRepo.repo
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user