Skip to content

Commit

Permalink
Fix invalid scheduler setter. Addresses #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdc50 committed Sep 27, 2017
1 parent f55e157 commit e67851f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions condorpy/htcondor_object_base.py
Expand Up @@ -60,8 +60,7 @@ def scheduler(self):
"""
return self._remote

@scheduler.setter
def scheduler(self, host, username='root', password=None, private_key=None, private_key_pass=None):
def set_scheduler(self, host, username='root', password=None, private_key=None, private_key_pass=None):
"""
Defines the remote scheduler
Expand Down

0 comments on commit e67851f

Please sign in to comment.