Skip to content

Commit

Permalink
Fix error message state not found
Browse files Browse the repository at this point in the history
  • Loading branch information
etheleon committed Mar 30, 2019
1 parent 1733190 commit d16b6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions qubole/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import requests

__version__ = "0.1.4"
__version__ = "0.1.5"

class Qubole:
"""Basic qubole wrapper"""
Expand Down Expand Up @@ -43,7 +43,6 @@ def state(self, cluster, full=False):
else:
print(f"Cluster {cluster} UNKNOWN")
self.active = False
return state

def toggle(self, cluster):
"""Toggles the cluster on and off"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pyqubole',
version='0.1.4',
version='0.1.5',
author='Wesley Goi',
author_email='picy2k@gmail.com',
packages=['qubole'],
Expand Down

0 comments on commit d16b6aa

Please sign in to comment.