mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-13 01:20:58 +00:00
parent
47ffdbd4ed
commit
36f5fd2865
@ -959,7 +959,7 @@ class IOUVM(BaseVM):
|
|||||||
initial_config = initial_config.replace("%h", self._name)
|
initial_config = initial_config.replace("%h", self._name)
|
||||||
f.write(initial_config)
|
f.write(initial_config)
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
raise IOUError("Can't write initial configuration file '{}'".format(self.script_file))
|
raise IOUError("Can't write initial configuration file '{}'".format(script_file))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def initial_config_file(self):
|
def initial_config_file(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user