Skip to content

Commit 9d05d8a

Browse files
committed
Explain excluded keys
1 parent e75ff41 commit 9d05d8a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/imcflibs/imagej/misc.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,11 @@ def save_script_parameters(
797797
The following parameters are excluded:
798798
799799
- Parameters explicitly declared with `style="password"`.
800-
- Runtime keys: `USERNAME`, `SJLOG`, `COMMAND`, `RM`.
800+
- Runtime keys (case insensitive):
801+
- `USERNAME`
802+
- `SJLOG` (SciJava LogService)
803+
- `COMMAND` (SciJava CommandService)
804+
- `RM` (RoiManager)
801805
802806
Parameters
803807
----------

0 commit comments

Comments
 (0)