Skip to content

Bugfix: RunWorkerPath erroneously prefixed with "/" if set to empty string

Marek Szuba requested to merge github/fork/tweep/runWorkerPathFix into version/2.5

Created by: tweep

Description

Bugfix ; If user configured RunWorkerPath to be empty string in hive_config.json the runWorker script got erroneously prefixed with "/runWorker.pl";

According to the REMARKS in hive_config.json runWorker.pl is in PATH when set to empty string - so prefix with "/runWorker.pl" breaks code

Possible Drawbacks

N/A

Testing

  • No unit test in code base for runWorker_path()

Have you run the entire test suite and no regression was detected?

Yes

Merge request reports