Minor changes.

This commit is contained in:
Marcel Pi 2023-11-24 08:46:29 +01:00
parent 2beb9d0758
commit 19680dcc1d
1 changed files with 0 additions and 11 deletions

View File

@ -613,10 +613,6 @@ class TaskGraph:
self.sequential = prior_sequential
self.Reset()
# Constants:
DEFAULT_DEPENDENCIES = [
Dependency(
@ -693,13 +689,6 @@ OSM2ODR_DEPENDENCIES = [
]
DEPENDENCY_MAP = {
**{ e.name : e for e in DEFAULT_DEPENDENCIES },
**{ e.name : e for e in CHRONO_DEPENDENCIES },
**{ e.name : e for e in OSM_WORLD_RENDERER_DEPENDENCIES },
**{ e.name : e for e in OSM2ODR_DEPENDENCIES }
}
def UpdateGitRepository(path : Path, url : str, branch : str = None):
if path.exists():
LaunchSubprocessImmediate([