Skip to content

Commit

Permalink
server: revert temporary change
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Jul 18, 2023
1 parent 6cf3c8d commit cbeb672
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unfurl/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,7 @@ def export():
"Query parameter 'format' must be one of 'blueprint', 'environments' or 'deployment'",
)
deployment_path = request.args.get("deployment_path") or ""
include_all = requested_format == "blueprint"
return _export(request, requested_format, deployment_path, include_all)
return _export(request, requested_format, deployment_path, False)


def _export(request: Request, requested_format: str, deployment_path: str, include_all: bool) -> Tuple[str, int]:
Expand Down

0 comments on commit cbeb672

Please sign in to comment.