Skip to content

Commit b02e796

Browse files
small ui changes, fix CI test
1 parent 68a2946 commit b02e796

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci-core.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
env:
99
TESTING: 1
1010
TMPDIR: /tmp/
11+
DOT_PIOREACTOR: .pioreactor/
1112

1213
strategy:
1314
fail-fast: true

frontend/src/Pioreactors.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ function SettingsActionsDialogAll({experiment, config}) {
17451745
return (
17461746
<React.Fragment>
17471747
<Button style={{textTransform: 'none', float: "right" }} onClick={handleClickOpen} color="primary">
1748-
<SettingsIcon fontSize="small" sx={textIcon}/> Control Pioreactors
1748+
<SettingsIcon fontSize="small" sx={textIcon}/> Control all Pioreactors
17491749
</Button>
17501750
<Dialog maxWidth={isLargeScreen ? "sm" : "md"} fullWidth={true} open={open} onClose={handleClose} aria-labelledby="form-dialog-title" PaperProps={{
17511751
sx: {

web/pioreactorui/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def run_job_or_action(
228228
unit: target unit name (or "$broadcast" to address all units assigned to the experiment).
229229
job_or_action: name of the job to run. See `get_unit_capabilties` for all jobs and moreHo .
230230
experiment: experiment identifier under which to launch the job.
231-
options: dict of job-specific options, flags, or selectors for the job entry-point.
231+
options: dict of job-specific options, flags, or selectors for the job entry-point. You probably want to use this over args.
232232
args: list of required positional arguments for the job entry-point.
233233
"""
234234
payload = {

0 commit comments

Comments
 (0)