From 8dd036b1afb5a79518770d52b1e9c46c2c537b55 Mon Sep 17 00:00:00 2001 From: Wael Elhaddad Date: Tue, 2 Oct 2018 17:26:52 -0700 Subject: [PATCH] Commenting relative to abs path conversion that conflicts with releases --- applications/Workflow/EE-UQ.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/Workflow/EE-UQ.py b/applications/Workflow/EE-UQ.py index f528c71a..a96d1717 100755 --- a/applications/Workflow/EE-UQ.py +++ b/applications/Workflow/EE-UQ.py @@ -44,7 +44,8 @@ def main(run_type, inputFile, applicationsRegistry): with open(applicationsRegistry, 'r') as data_file: registryData = json.load(data_file) # convert all relative paths to full paths - relative2fullpath(registryData) + #This is no longer needed if we are specify the applications folder and joining the paths + #relative2fullpath(registryData) A = 'Applications' Applications = dict()