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']}' |
Attachments
Issue Links
Activity
Summary | CLONE - Target option not making it into script config | Target option STILL not making it into script config |
Description | The target option passed into auxtel_track_target.py is not making it into the config passed to the SQ script. The SQ is complaining that _ra_ must be set, but that's due to _target_name_ not being set. |
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
{code:java} raise ReaderError(self.name, position, ord(character), yaml.reader.ReaderError: unacceptable character #x0096: special characters are not allowed in "<unicode string>", position 2 {code} and the print out from the script indicates the issue {code:java} AuxTel Track Target; running 1 scripts for target '{script_class.configs[0]['target']}' {code} |
Sprint | TSSW Sprint - Mar 28 - Apr 11 [ 1155 ] |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Story Points | 2 | 3 |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |