From 2dbfef322ad3cf9a01ee10ad38be86ea810a2156 Mon Sep 17 00:00:00 2001 From: Nex Date: Thu, 16 Jun 2022 17:08:42 +0200 Subject: [PATCH] Some marginal code style fix --- mvt/common/command.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mvt/common/command.py b/mvt/common/command.py index fbfd3c2..3334700 100644 --- a/mvt/common/command.py +++ b/mvt/common/command.py @@ -13,8 +13,9 @@ from mvt.common.module import run_module, save_timeline class Command(object): - def __init__(self, target_path=None, results_path=None, ioc_files=[], module_name=None, - serial=None, fast_mode=False, log=logging.getLogger(__name__)): + def __init__(self, target_path=None, results_path=None, ioc_files=[], + module_name=None, serial=None, fast_mode=False, + log=logging.getLogger(__name__)): self.target_path = target_path self.results_path = results_path self.ioc_files = ioc_files