]> Kevux Git Server - fll/commit
Bugfix: Controller is adding an extra '/' to the file name.
authorKevin Day <Kevin@kevux.org>
Fri, 12 Jul 2024 03:55:51 +0000 (22:55 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 12 Jul 2024 03:55:51 +0000 (22:55 -0500)
commitee63c2125bf7d1adccc42b02e17be3e16757f66b
tree505cdd3a6268aa4046d05811a701f0c7209a3e83
parent7149bbbe08d937df5234633e6a61c9e9f7394934
Bugfix: Controller is adding an extra '/' to the file name.

This does not cause a problem unless the local filesystem is very picky about extra slashes.

The error printing revealed the problem as descibed in the examples below.

Example Incorrect Error Message:
  ERROR: Unable to open file './/entries/utility.entry', could not find.

Example Correct Error Message:
  ERROR: Unable to open file './entries/utility.entry', could not find.
level_3/controller/c/controller/private-controller.c