Don't run the plugin loader if the dir is missing
Description
Skips the plugin loader if the configured plugin directory does not exist. This is a common case if the core is being run for the first time. A warning is logged instead.
Additions
- Added a check to see if the directory exists. If it does not, a warning is logged and loading plugins is aborted.
Test and Review
Resolves #255 (closed)
To be filled in by the reviewers
-
All of the methods are commented to expectation -
The methods are tested to satisfaction -
There are no unnecessary files present in the MR -
The continuous integration has no problems with the MR -
The MR is filled in as requested (including labels, milestones, and reviewers) -
The documentation is up-to-date -
All nullable parameters are marked as such
Edited by Luc Everse
Merge request reports
Activity
added priolow typeimprovement labels
changed milestone to %AuTA 2.3.2
added 7 commits
-
74f17710...88beb988 - 6 commits from branch
development
- 6e871255 - Merge branch 'development' into optional-plugin-dir
-
74f17710...88beb988 - 6 commits from branch
mentioned in commit 71c29d09
unassigned @leverse
Please register or sign in to reply