Changeset 763fcf6 in flex_extract.git for python/submit.py


Ignore:
Timestamp:
Aug 31, 2018, 4:33:13 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
06c45e7
Parents:
451bb19
Message:

corrected function argument list of submit_job_to_ecgate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/submit.py

    r54a8a01 r763fcf6  
    161161            f.write('\n'.join(lftextondemand))
    162162
    163         submit_job_to_ecserver('', queue, job_file)
     163        result_code = submit_job_to_ecserver(queue, job_file)
    164164
    165165    else:
     
    187187            f.write('\n'.join(lftextoper))
    188188
    189         submit_job_to_ecserver('', queue, job_file)
     189        result_code = submit_job_to_ecserver(queue, job_file)
    190190
    191191    # --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG