From 8fc8b17eb7da356ad9b708e75262547cfb033d9b Mon Sep 17 00:00:00 2001 From: Jan Kieseler Date: Fri, 20 Sep 2019 09:50:42 +0200 Subject: [PATCH] bugfix --- bin/convertFromRoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/convertFromRoot.py b/bin/convertFromRoot.py index a2b0302..c76faf9 100755 --- a/bin/convertFromRoot.py +++ b/bin/convertFromRoot.py @@ -70,7 +70,7 @@ if args.noRelativePaths: relpath = '' -else: +elif not recover: relpath = os.path.dirname(os.path.realpath(infile)) if args.inRange is not None: