Skip to content

Commit

Permalink
Merge branch 'release_18.05' into release_18.09
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jan 9, 2019
2 parents ce1a1ee + 2a17860 commit c4ad6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/jobs/runners/slurm.py
@@ -1,7 +1,6 @@
"""
SLURM job control via the DRMAA API.
"""
import logging
import os
import re
import shutil
Expand All @@ -11,8 +10,9 @@

from galaxy import model
from galaxy.jobs.runners.drmaa import DRMAAJobRunner
from galaxy.util.logging import get_logger

log = logging.getLogger(__name__)
log = get_logger(__name__)

__all__ = ('SlurmJobRunner', )

Expand Down

0 comments on commit c4ad6b9

Please sign in to comment.