This commit is contained in:
Zsolt Ero
2023-12-28 19:16:06 +01:00
parent 171189d86a
commit 748d24065d
2 changed files with 25 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import click
import requests
DEFAULT_RUNS_DIR = '/data/ofm/http_host/runs'
DEFAULT_RUNS_DIR = Path('/data/ofm/http_host/runs')
@click.command()