Skip to content

Commit

Permalink
force action run
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-windsors committed Oct 30, 2024
1 parent 71e3db2 commit 9b21abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ To consume secrets in python use:

```
environ.get("SECRET_NAME")
```
```
1 change: 1 addition & 0 deletions apps/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def close_experiment_run(expId: DocumentId, expRef: "typing.Any | None"):
close_experiment_logger()
upload_experiment_log(expId)
remove_downloaded_directory(expId)


def determine_experiment_file_type(filepath: str):
rawfiletype = magic.from_file(filepath)
Expand Down

0 comments on commit 9b21abe

Please sign in to comment.