Skip to content

Commit

Permalink
print hardcoded config for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Sep 11, 2024
1 parent f71fd04 commit 5346714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws/make_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def apply_override(config, overrides, key, type):
thread_count = int(sys.argv[4])

config = load_json(config_path)
print(config)
overrides = load_json(overrides_path)

# set API key
Expand Down

0 comments on commit 5346714

Please sign in to comment.