chandra-mta / MTA

0 stars 0 forks source link

(Sci_run_interrupt) - Unidentified pathing error in Script set ( Scripts over Exc ) #31

Open william-aaron-CFA opened 10 months ago

william-aaron-CFA commented 10 months ago

In the total script set, the data fetch in the extract_data.py script subset contains numebr try-catch blocks which obscure errors. One of these errors is that running the run_interruption .py script, as part of common procedure, fails when running in the Exc directory but functions when running in the Scripts directory, likely due to some pathing error currently obscured by the sequence of import statements in the script set.

Address issue by adjusting script to reveal errors from try-catch blocks and reformat pathing definitions to latest MTA SOT Globals standard instead of the house_keeping/dir_list standard.