mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
black formatting after 71de39e
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user