Closed khos2ow closed 3 years ago
Properly extract items separated by , from working-dir config item. For example .,module-a,module-b will correctly result in:
,
working-dir
.,module-a,module-b
.
module-a
module-b
Fixes #36
I have:
Description of your changes
Properly extract items separated by
,
fromworking-dir
config item. For example.,module-a,module-b
will correctly result in:.
module-a
module-b
Fixes #36
I have:
How has this code been tested