Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: cbp
-
Labels:None
-
Story Points:0
-
Sprint:TSSW Sprint - Apr 13 - Apr 27
-
Team:Telescope and Site
-
Urgent?:No
Description
In ts_CBP/lsst/ts/cbp/statemachine.py there a syntax error at line 262 (a missing _ in the f-string):
raise salobj.ExpectedError(f"{simulation mode} is not a valid value")
|
Please fix it