File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11releases:
2+ v0.0.128: fix get_blueprint_directory small typo.
23 v0.0.127: Support get_blueprint_directory.
34 v0.0.126: Support ECR auth.
45 v0.0.125: Bump cfy lint package version for upstream networkx dependency.
Original file line number Diff line number Diff line change 1- version = '0.0.127 '
1+ version = '0.0.128 '
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def get_blueprint_dir(blueprint_id=None):
127127 return blueprint_dir
128128 else :
129129 ctx_from_import ._context ['blueprint_id' ] = blueprint_id
130- blueprint_dir = ctx_from_import .download_directory ()
130+ blueprint_dir = ctx_from_import .download_directory ('.' )
131131 if blueprint_dir and os .path .isdir (blueprint_dir ):
132132 return blueprint_dir
133133 raise SDKNonRecoverableError ("No blueprint directory found!" )
You can’t perform that action at this time.
0 commit comments