Skip to content

Commit

Permalink
Merge pull request #649 from ISISComputingGroup/disable_pcon
Browse files Browse the repository at this point in the history
Set disable_pcon
  • Loading branch information
Tom-Willemsen authored Dec 9, 2024
2 parents 0cc052b + 1fa03ac commit 8fbc9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ioc_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def _get_telnet(self) -> telnetlib.Telnet:
def get_environment_vars(self) -> dict[str, str]:
settings = super(ProcServLauncher, self).get_environment_vars()

settings["CYGWIN"] = "nodosfilewarning"
settings["CYGWIN"] = "disable_pcon"
settings["MYDIRPROCSV"] = os.path.join(EPICS_TOP, "iocstartup")
settings["EPICS_CAS_INTF_ADDR_LIST"] = "127.0.0.1"
settings["EPICS_CAS_BEACON_ADDR_LIST"] = "127.255.255.255"
Expand Down

0 comments on commit 8fbc9f1

Please sign in to comment.