From 41ffdd850f33526f831eda8e6aa2b06e6c4a46c5 Mon Sep 17 00:00:00 2001 From: rozyczko Date: Tue, 16 Apr 2024 14:11:44 +0200 Subject: [PATCH] adjusted the JobBase class --- easyCore/Objects/Job/Job.py | 79 +++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 38 deletions(-) diff --git a/easyCore/Objects/Job/Job.py b/easyCore/Objects/Job/Job.py index de1b98f..3f19c5f 100644 --- a/easyCore/Objects/Job/Job.py +++ b/easyCore/Objects/Job/Job.py @@ -2,6 +2,7 @@ # SPDX-License-Identifier: BSD-3-Clause # © 2021-2023 Contributors to the easyCore project