notepad zum Betrachten der logs als Default dazu.
This commit is contained in:
@@ -90,6 +90,8 @@ class Controller(Observer):
|
||||
ret = self._environment.out_dir
|
||||
elif env_path == "cfg":
|
||||
ret = self._environment.cfg_dir
|
||||
elif env_path == "log":
|
||||
ret = self._environment.log_dir
|
||||
else:
|
||||
raise Exception("this path is not defined "+env_path)
|
||||
return ret
|
||||
|
||||
Reference in New Issue
Block a user