Satisfy pylint and add todo

This commit is contained in:
Joscha
2020-04-24 18:26:28 +00:00
parent 292e516297
commit 7f53543324
2 changed files with 5 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ from .utils import PrettyLogger, prompt_yes_no
LOGGER = logging.getLogger(__name__)
PRETTY = PrettyLogger(LOGGER)
# TODO prevent overwriting an already marked file
class FileAcceptException(Exception):
"""An exception while accepting a file."""