Skip to content

Commit

Permalink
Updated an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Sep 5, 2017
1 parent cf56d1d commit 6d65e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/objectstore/cloud.py
Expand Up @@ -33,8 +33,8 @@
logging.getLogger('boto').setLevel(logging.INFO) # Otherwise boto is quite noisy

NO_CLOUDBRIDGE_ERROR_MESSAGE = (
"ObjectStore configured, but no cloudbridge dependency available."
"Please install cloudbridge or modify Object Store configuration."
"Cloud ObjectStore is configured, but no CloudBridge dependency available."
"Please install CloudBridge or modify ObjectStore configuration."
)


Expand Down

0 comments on commit 6d65e90

Please sign in to comment.