Skip to content

Commit

Permalink
minor change for XDSM: default depth in API is now the same as in CLI…
Browse files Browse the repository at this point in the history
… (i.e. 2)
  • Loading branch information
christophe-david committed Jun 9, 2020
1 parent a22f55e commit bf42f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastoad/cmd/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def write_xdsm(
configuration_file_path: str,
xdsm_file_path: str = None,
overwrite: bool = False,
depth: int = 1,
depth: int = 2,
wop_server_url=None,
api_key=None,
):
Expand Down

0 comments on commit bf42f56

Please sign in to comment.