diff options
Diffstat (limited to 'plugins/ext_test/tasks.py')
-rw-r--r-- | plugins/ext_test/tasks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ext_test/tasks.py b/plugins/ext_test/tasks.py index 757dfe79..6370af0c 100644 --- a/plugins/ext_test/tasks.py +++ b/plugins/ext_test/tasks.py @@ -17,6 +17,7 @@ import invoke TASK_ROOT = pathlib.Path(__file__).resolve().parent TASK_ROOT_STR = str(TASK_ROOT) + # shared function def rmrf(items, verbose=True): """Silently remove a list of directories or files""" |