ISISComputingGroup / ISISComputingGroup/IBEX

Fix instrument end of run scripts

Open
#6,882 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
6
Forks
2
Avg merge
16h 40m
Merged PRs (30d)
2

Description

For use in ibex end of run scripts should have
```
setlocal
set "PATH=c:\windows\system32;c:\windows;c:\windows\system32\wbem"
```
added to the top. Also `DOCROOT` set should be
```
@set "DOCROOT=C:\Users\spudulike\Documents"
```
They can work without this, but may sometimes stop working. The issue is that the path can get appaened to during the spawn and may become too big and get corrupted. This is already done on existing ibex instruments, but should do on seci ones in preparation

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.