From 6aee6baf6e163c5e915c88102ddb17ae2fa9822c Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 14 Mar 2019 20:02:40 +1300 Subject: [PATCH] fix cleanup --- cleanup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanup.py b/cleanup.py index dcef7789..d313f2b4 100644 --- a/cleanup.py +++ b/cleanup.py @@ -17,6 +17,7 @@ FOLDER_STRUCTURE = { 'core': [ 'auto_process', 'extractor', + 'plugins', 'utils', ], }