Skip to content

Commit 603835c

Browse files
committed
base magnet update
1 parent 5652f1c commit 603835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pychron/spectrometer/base_magnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def traits_view(self):
361361
mode="slider",
362362
low_name="massmin",
363363
high_name="massmax",
364-
format="%0.3f",
364+
format_str="%0.3f",
365365
),
366366
),
367367
HGroup(

0 commit comments

Comments
 (0)