From 495cdae280a85aa0cb58bad49f088f57158c2956 Mon Sep 17 00:00:00 2001 From: Cristiano Urban Date: Mon, 26 Apr 2021 16:41:52 +0200 Subject: [PATCH] Imported 'json' and 'os' modules for debug. Signed-off-by: Cristiano Urban --- transfer_service/retrieve_preprocessor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transfer_service/retrieve_preprocessor.py b/transfer_service/retrieve_preprocessor.py index 9bd368a..ad54159 100644 --- a/transfer_service/retrieve_preprocessor.py +++ b/transfer_service/retrieve_preprocessor.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +import json +import os + from config import Config from db_connector import DbConnector from task_executor import TaskExecutor -- GitLab