From ce55e2a279f69bbfc75e575169e1fb04b7275ce9 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Fri, 15 Jul 2022 12:14:16 +0200 Subject: [PATCH] Fix python style according to Flake8 --- examples/DDG4/scripts/TestProperties.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/DDG4/scripts/TestProperties.py b/examples/DDG4/scripts/TestProperties.py index 7022e8ce0..5e8a8dee3 100644 --- a/examples/DDG4/scripts/TestProperties.py +++ b/examples/DDG4/scripts/TestProperties.py @@ -282,7 +282,9 @@ def run(): act.vector_PxPyPzEVector = [(1 * GeV,2 * GeV,3 * GeV,4 * GeV), (11 * GeV,22 * GeV,33 * GeV,44 * GeV), (111 * GeV,222 * GeV,333 * GeV,444 * GeV)] - + print(dir(act.prop_int)) + print(dir(act.get())) + print(dir(act.get().properties)) # Check read access: <<<<<<< HEAD <<<<<<< HEAD -- GitLab