Skip to content

Commit

Permalink
Minor correction of message.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Apr 15, 2016
1 parent 96d86de commit 820d33c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/jobs/runners/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
from pykube.config import KubeConfig
from pykube.http import HTTPClient
from pykube.objects import Job
from pykube.objects import Pod
except ImportError as exc:
operator = None
K8S_IMPORT_MESSAGE = ('The Python pbs-python package is required to use '
K8S_IMPORT_MESSAGE = ('The Python pykube package is required to use '
'this feature, please install it or correct the '
'following error:\nImportError %s' % str(exc))

Expand Down

0 comments on commit 820d33c

Please sign in to comment.