Skip to content

Commit

Permalink
experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Nov 12, 2024
1 parent 7528aee commit b5919f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tosca-package/tosca/python2yaml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright (c) 2023 Adam Souzis
# SPDX-License-Identifier: MIT
import importlib.util, importlib._bootstrap
import time
import io
import inspect
from types import ModuleType
Expand Down
1 change: 1 addition & 0 deletions unfurl/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ def _create_ensemble_from_template(self, project: Project, destDir, manifestName
override_context=use_environment,
parent=self.options.get("parent_localenv"),
)
logger.error(f"WEIRD {project.projectRoot} {localEnv.project.projectRoot} {manifestPath}")
manifest = yamlmanifest.ReadOnlyManifest(
localEnv=localEnv, vault=localEnv.get_vault()
)
Expand Down

0 comments on commit b5919f7

Please sign in to comment.