Minor changes.
This commit is contained in:
parent
2beb9d0758
commit
19680dcc1d
11
Configure.py
11
Configure.py
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue