From ee44d99f305467960c5a6715de30dc2a72fb5d91 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Tue, 28 May 2019 13:37:36 +0200 Subject: [PATCH] Deleted the redundant local variable named programname from the main() method cta-fst-gcd --- python/eosfstgcd/cta-fst-gcd | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/eosfstgcd/cta-fst-gcd b/python/eosfstgcd/cta-fst-gcd index 1c579306e3..c373655aa0 100755 --- a/python/eosfstgcd/cta-fst-gcd +++ b/python/eosfstgcd/cta-fst-gcd @@ -304,8 +304,6 @@ class Gc: time.sleep(sleeptime) def main(): - programname = 'cta-fst-gcd' - parser = argparse.ArgumentParser() args = parser.parse_args() -- GitLab