diff --git a/bufferutils.py b/bufferutils.py index ffac00d..0b8bf45 100644 --- a/bufferutils.py +++ b/bufferutils.py @@ -216,9 +216,10 @@ def main(): # # RESTART elif arguments.command == 'restart': - logging.info("restart") if arguments.label: label = arguments.label + logging.info(f"Restart: {label}") + policies = read_files(base_directory / Path("policies"), "policies") sources = read_files(base_directory / Path("sources"), "sources")