Skip to content

Commit

Permalink
Set disable_pcon
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Dec 8, 2024
1 parent 0cc052b commit 1fa03ac
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 1fa03ac

Please sign in to comment.