Skip to content

Commit

Permalink
Merge pull request #14 from el7addad/master
Browse files Browse the repository at this point in the history
Fixing paths issues for release
  • Loading branch information
fmckenna authored Oct 3, 2018
2 parents e8add26 + 8dd036b commit 86bca6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/Workflow/EE-UQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 86bca6c

Please sign in to comment.