Support external stack file #650
@ -153,7 +153,7 @@ def get_parsed_deployment_spec(spec_file):
|
||||
def stack_is_external(stack: str):
|
||||
# Bit of a hack: if the supplied stack string represents
|
||||
# a path that exists then we assume it must be external
|
||||
return Path(stack).exists()
|
||||
return Path(stack).exists() if stack is not None else False
|
||||
|
||||
|
||||
def get_yaml():
|
||||
|
Loading…
Reference in New Issue
Block a user