From d23f7645bc9e0d8f1ae0b40bb8c89c52a74cca19 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Thu, 12 Sep 2019 15:39:19 +0200
Subject: [PATCH] flake8 etc

---
 etc/CreateParsers.py | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/etc/CreateParsers.py b/etc/CreateParsers.py
index 00c75d53a..94273ce19 100644
--- a/etc/CreateParsers.py
+++ b/etc/CreateParsers.py
@@ -1,8 +1,10 @@
 #!/usr/env python
 """
-This file will automaticcaly create the cpp files for the parsers for pod and std::containers of pods, and some other maps
+This file will automaticcaly create the cpp files for the parsers
+for pod and std::containers of pods, and some other maps
 
-This reduces the maximum required memory and allows faster compilation due to higher parallelisation of the build process
+This reduces the maximum required memory and allows faster compilation due to
+higher parallelisation of the build process
 This needs only to be run if additional parsers are neccessary.
 In this case copy the file to DDCore/src/parsers and run the program.
 
@@ -16,7 +18,7 @@ from io import open
 
 LICENSE = """// $Id$
 //==========================================================================
-//  AIDA Detector description implementation 
+//  AIDA Detector description implementation
 //--------------------------------------------------------------------------
 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
 // All rights reserved.
-- 
GitLab