Convert old style except blocks to except Exception as variable: blocks
authorDiane Trout <diane@ghic.org>
Thu, 29 Jan 2015 00:00:53 +0000 (16:00 -0800)
committerDiane Trout <diane@ghic.org>
Thu, 29 Jan 2015 18:46:50 +0000 (10:46 -0800)
commit9b5bc1881e8d1517a56554a94fe96cb503bc6344
tree8b8c872e97611f96af215bffbf1c976e960ff831
parentbca953edfe53717ed0d30b986a87878438db9033
Convert old style except blocks to except Exception as variable: blocks
27 files changed:
bcmagic/views.py
encode_submission/encode_find.py
experiments/experiments.py
experiments/models.py
htsworkflow/pipelines/configure_run.py
htsworkflow/pipelines/genome_mapper.py
htsworkflow/pipelines/gerald.py
htsworkflow/pipelines/retrieve_config.py
htsworkflow/pipelines/runfolder.py
htsworkflow/pipelines/summary.py
htsworkflow/pipelines/test/test_retrieve_config.py
htsworkflow/submission/daf.py
htsworkflow/submission/submission.py
htsworkflow/submission/ucsc.py
htsworkflow/util/api.py
htsworkflow/util/config_helper.py
htsworkflow/util/hdquery.py
htsworkflow/util/rdfhelp.py
htsworkflow/util/test/test_ethelp.py
htsworkflow/util/test/test_rdfhelp.py
htsworkflow/util/version.py
inventory/models.py
inventory/views.py
samples/auth_backend.py
samples/models.py
samples/test_samples.py
samples/views.py