Skip to content

Commit

Permalink
config-generator.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbuckler committed May 13, 2024
1 parent b59437b commit afbf258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def create_node_snapshot_config_json(history_mode):
return matching_snapshots[-1] if len(matching_snapshots) else None


def make_url(domain, *path)
def make_url(domain, *path):
url = domain.rstrip('/')
for p in path:
_p = p.strip('/')
Expand Down

0 comments on commit afbf258

Please sign in to comment.