Commit graph

20 commits

Author SHA1 Message Date
Matt Park
e14bc6c733 added global ignore flag for bytecode cleanup
Resolves #1867
2024-03-05 10:59:37 +13:00
Labrys of Knossos
c85ee42874 Add processor folder to folder structure 2022-11-29 00:35:40 -05:00
Clinton Hall
fdaa007756
Don't write byte code (#1669) 2019-11-10 09:38:48 +13:00
Labrys of Knossos
424879e4b6 Add future imports 2019-04-07 17:44:25 -04:00
Labrys of Knossos
81c50efcd6 Fix flake8-commas C813 missing trailing comma in Python 3 2019-04-07 13:37:17 -04:00
Labrys of Knossos
f98b39cdbb Fix flake8-docstrings D204 1 blank line required after class docstring 2019-04-07 13:27:31 -04:00
clinton-hall
6aee6baf6e fix cleanup 2019-03-14 20:02:40 +13:00
Labrys of Knossos
fd8452b5c6 Add exception handling for failure to return to original directory
Fixes #1552
2019-02-16 10:17:01 -05:00
Labrys of Knossos
844c1d15e9 Fix cleanup script output 2019-01-15 17:48:17 -05:00
Labrys of Knossos
7185e0b31b Add docstring 2019-01-15 17:48:17 -05:00
Labrys of Knossos
3b670b895b Refactor utils module to package 2019-01-06 12:10:47 -05:00
Labrys of Knossos
d250e45c7b Hotfix cleaning for source installs 2019-01-05 21:26:56 -05:00
Labrys of Knossos
325a6a03d5 Fix hash-bang 2019-01-01 00:07:21 -05:00
Labrys of Knossos
cc06cb8548 Fix cleaning bytecode for nzbToMedia as submodule 2018-12-29 10:47:47 -05:00
Labrys of Knossos
b7081da7fa Fix cleanup for nzbToMedia installed as a git submodule
Fixes #1473
2018-12-29 10:10:07 -05:00
Labrys of Knossos
ce1c1b8d42 Add WorkingDirectory context manager 2018-12-28 11:40:56 -05:00
Labrys of Knossos
d3d1868021 Fix IOError on cleanup when git not found
On posix systems IOError is raised when git is not found

In Python 3 IOError is an alias for OSError.
In Python 2 IOError is not caught by OSError so we must catch both.

Fixes #1460
2018-12-27 11:07:39 -05:00
Labrys of Knossos
06d7ed735d Fix WindowsError on cleanup when git not found
Fixes #1457
2018-12-26 20:39:07 -05:00
Lizband
73f1b19a7c Hotfix: not a git repository 2018-12-25 19:31:36 -05:00
Lizband
a92a578dd4 Add cleanup script 2018-12-25 12:08:45 -05:00