Skip to content

Moved hostname and ipaddress reads into a read function

Benjamin Collingwood requested to merge fix_parameter_sweep into main

Moved hostname and ipaddress reads into a read function within the NetworkContext class, currently just set to empty strings on initialisation. Done as importing session was causing errors due to these.

Merge request reports