This commit is contained in:
2025-01-23 14:16:02 +01:00
parent 6637756088
commit 888aac4867
23 changed files with 25 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ pub fn new(args_ SimulatorArgs) !Simulator {
reload: false
)!
args.path = repo.get_path()!
args.path = repo.path()
}
if args.path.len > 0 {

View File

@@ -59,7 +59,7 @@ pub fn new(args_ SimulatorArgs) !Simulator {
reload: false
)!
args.path = repo.get_path()!
args.path = repo.path()
}
simulator_set(sim)