Skip to content

Commit e75ff41

Browse files
committed
Whitespace / formatting
1 parent 9aa40c4 commit e75ff41

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Testing script for misc.save_script_parameters()
22

3-
```python
4-
# @ String(label="Password", description="please enter your password", style="password") PASSWORD
5-
# @ String(label="USERNAME", description="please enter your USR") USERNAME
6-
# @ File(label="Path for storage", style="directory") outputPath
7-
# @ Integer threshold
8-
# @ Boolean taDa
9-
# @ RoiManager rm
10-
# @ CommandService command
11-
# @ LogService sjlog
3+
```Python
4+
#@ String(label="Username") USERNAME
5+
#@ String(label="Password", style="password") PASSWORD
6+
#@ File(label="Path for results", style="directory") outputPath
7+
#@ Integer threshold
8+
#@ Boolean(label="Yes/No?") choice
9+
#@ RoiManager rm
10+
#@ CommandService command
11+
#@ LogService sjlog
1212

1313
import os
1414
from imcflibs.imagej import misc, omerotools
15-
15+
1616
misc.save_script_parameters(outputPath, script_globals=globals())
1717
print("Saved params")
1818
```

0 commit comments

Comments
 (0)