Skip to content

Commit

Permalink
fix xl order call
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jul 22, 2024
1 parent e81a487 commit bbed9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicsnovault"
version = "11.19.0.1b2"
version = "11.19.0.1b3"
description = "Storage support for 4DN Data Portals."
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion snovault/commands/create_mapping_on_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _run_create_mapping(app, args):
log.info('Overriding deploy_cfg and wiping ES')
deploy_cfg['WIPE_ES'] = True
run_create_mapping(app, check_first=(not deploy_cfg['WIPE_ES']), purge_queue=args.clear_queue,
item_order=loadxl_order)
item_order=loadxl_order())
except Exception as e:
log.error("Exception encountered while gathering deployment information or running create_mapping")
log.error(str(e))
Expand Down

0 comments on commit bbed9fc

Please sign in to comment.