()
| 40 | print("-") |
| 41 | |
| 42 | def getOutputPath(): |
| 43 | global simulationBase |
| 44 | print("Output path:") |
| 45 | print(simulationBase.getOutputPath()) |
| 46 | print("-") |
| 47 | |
| 48 | def getSceneFile(): |
| 49 | print("Scene file:") |
nothing calls this directly
no test coverage detected