Skip to content

Commit

Permalink
Change behaviour for context parameter, now full GIPP folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierhagolle committed Jan 30, 2019
1 parent e00501e commit 9fc63d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_maja.py
Expand Up @@ -245,7 +245,7 @@ def start_maja(folder_file, context, site, tile, orbit, nb_backward, options, de
if not(os.path.exists(repDtm)):
logger.error("DTM dir %s does not exist", repDtm)
sys.exit(-1)
repGipp = repCode + "/GIPP_%s" % context
repGipp = repCode + "/%s" % context
if not(os.path.exists(repGipp)):
logger.error("GIPP dir %s does not exist", repGipp)
sys.exit(-1)
Expand Down

0 comments on commit 9fc63d7

Please sign in to comment.