Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:0
-
Sprint:TSSW Sprint - Oct 24 - Nov 07
-
Team:Telescope and Site
-
Urgent?:No
Description
The Jenkins.conda job for ts_standardscripts is failing with "UnboundLocalError: local variable 'process' referenced before assignment". This is almost certainly coming from BaseScriptTestCase.check_executable but can only occur if something else goes wrong.
So: fix the unbound local variable problem, then try to fix whatever is triggering it.
Fixing the unbound variable exposed the true problem: a permission issue when trying to execute script files. This turns out to be a known issue and one we've decided to just live with (apparently we don't use the Conda builds of ts_standardscripts and ts_externalscripts). So this PR just has the fix for the unbound local variable.
Pull request: https://github.com/lsst-ts/ts_standardscripts/pull/94