From 515bf01a057f0b40d89c6b7b247eb4e2fc19d1b7 Mon Sep 17 00:00:00 2001 From: David Timber Date: Fri, 13 May 2022 14:45:59 +0800 Subject: Impl ... - launch.json: change debug cwd to the project root dir - Add subcmd "mods" - Docs - Tidy up sample and debug config files - Change core exec - 'dnf-list-instaled' -> 'rpm-list-installed' as dnf does not work on ro fs - Accept the exit code 1 from tar(allow live fs change) - Add the generic sample config - Fix 'run' subcmd not accepting empty task-id - Change module loading: modules are not required to have the 'backup_backends' var - Reduce required Python version by removing the use of match ... case - Fix 'exec-append' not taking 'env' into account - Remove use of exceptions from irrelevant packages - Fix unimpl methods of NullBackupBackend - Tidy up instantiation of raised exceptions - Change "include" behaviour - Relative config paths are now resolved like #include C preprocessor - Fix bug where "include" circular ref checked is not done with absolute paths of config files - Add own exception hierachy - aws-s3: change storage class only when "rot-storage-class" is different from "sink-storage-class" --- src/palhm/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/palhm/exceptions.py (limited to 'src/palhm/exceptions.py') diff --git a/src/palhm/exceptions.py b/src/palhm/exceptions.py new file mode 100644 index 0000000..f63f2f9 --- /dev/null +++ b/src/palhm/exceptions.py @@ -0,0 +1,2 @@ +class InvalidConfigError (Exception): ... +class APIFailError (Exception): ... -- cgit v1.2.3-70-g09d2