Johannes Groß

Results 3 issues of Johannes Groß

#### Reference Issue Adds pre post and hold scripts for jobs Fixes #1 #### comment Only tested with unit tests so far. I want to run test with htcondor before...

#### Reference Issue Fixes #144 #### What does this pull request implement/fix? Explain your changes. * removes logging from the module * log error if condor_dag_submit returns something via stderror...

#### Description The logger initialisation in the pycondor module prevents applications from defining logging behaviour. See python documentation: https://docs.python.org/3.5/howto/logging.html#configuring-logging-for-a-library #### Steps/code to reproduce issue Import pycondor, create and configure a...