We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a6b20 commit 2aed4ebCopy full SHA for 2aed4eb
1 file changed
api/transformerlab/shared/shared.py
@@ -89,7 +89,7 @@ def slugify(value, allow_unicode=False):
89
return re.sub(r"[-\s]+", "-", value).strip("-_")
90
91
92
-async def get_job_output_file_name(job_id: str, task_name: str = None, experiment_name: str = None):
+async def get_job_output_file_name(job_id: str, experiment_name: str = None):
93
try:
94
experiment_id = experiment_name or os.environ.get("_TFL_EXPERIMENT_ID")
95
0 commit comments