Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Nov 10, 2023
1 parent 3b02892 commit ef88495
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void install() {

controler.run();

System.err.println("PATH PATH PATH " + utils.getOutputDirectory());
System.err.println("PATH PATH PATH " + new File(utils.getOutputDirectory()).getAbsolutePath());

System.err.println("V1 " + tracker.immediateScheduled);
System.err.println("V2 " + tracker.prebookedScheduled);
Expand Down

0 comments on commit ef88495

Please sign in to comment.