Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_integration
-
Labels:
-
Story Points:3
-
Epic Link:
-
Sprint:TSSW Sprint - Mar 28 - Apr 11
-
Team:Telescope and Site
-
Urgent?:No
Description
The target option passed into auxtel_track_target.py is still not properly making it into the config passed to the SQ script. The SQ is complaining thatÂ
raise ReaderError(self.name, position, ord(character),
|
yaml.reader.ReaderError: unacceptable character #x0096: special characters are not allowed
|
in "<unicode string>", position 2 |
and the print out from the script indicates the issue
AuxTel Track Target; running 1 scripts for target '{script_class.configs[0]['target']}' |
Just did a super simple fix, to ensure the CLA is working.
https://github.com/lsst-ts/ts_IntegrationTests/pull/19