Skip to content

Commit

Permalink
remove the old script
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 21, 2024
1 parent 71cb216 commit 5cc9c32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Versioning currently follows `X.Y.Z` where
### Added

- Relationship: `ExternalJob.executable`
- (experimental) Provide a script `bfabric-app-runner` to allow testing with pipx.
- (experimental) EntityLookupCache that allows to cache entity lookups in a script to avoid redundant requests.
- (experimental) app_interface cli "inputs check" to validate the local files.
- (experimental) Create a new package `app-runner` to decouple this a bit more.

### Fixed

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ Repository = "https://github.com/fgcz/bfabricPy"
"bfabric_save_workunit_attribute.py"="bfabric_scripts.bfabric_save_workunit_attribute:main"
"bfabric_save_workflowstep.py"="bfabric_scripts.bfabric_save_workflowstep:main"
"bfabric_slurm_queue_status.py"="bfabric_scripts.bfabric_slurm_queue_status:main"
"bfabric-app-runner"="bfabric.experimental.app_interface.cli.__main__:app"

[tool.black]
line-length = 120
Expand Down

0 comments on commit 5cc9c32

Please sign in to comment.