diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-29 22:23:25 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-29 22:23:25 +0100 |
| commit | 746249269e78e0b2043b24c5d0ee061d03ce3db5 (patch) | |
| tree | 1dbc95944794ad04344427d158f6e6a7a5e3305a /src_doit/__init__.py | |
| parent | ec322371a96035ea7e23afb58c83bd94c97f6cd8 (diff) | |
requirements update
Diffstat (limited to 'src_doit/__init__.py')
| -rw-r--r-- | src_doit/__init__.py | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src_doit/__init__.py b/src_doit/__init__.py index 8c2498d..8402cfc 100644 --- a/src_doit/__init__.py +++ b/src_doit/__init__.py @@ -44,11 +44,10 @@ json_schema_repo_path = src_py_dir / 'opcut/json_schema_repo.json' def task_clean_all(): """Clean all""" - return {'actions': [(common.rm_rf, [ - build_dir, - ui_dir, - json_schema_repo_path, - *(src_py_dir / 'opcut').glob('*-opcut-calculate*')])]} + return {'actions': [(common.rm_rf, [build_dir, + ui_dir, + json_schema_repo_path, + src_py_dir / 'opcut/bin'])]} def task_wheel(): |
