Skip to content

Commit

Permalink
revert Client.reset signature: it is an oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Sep 19, 2014
1 parent c62fb40 commit 3de6ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erppeek.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def from_config(cls, environment, verbose=False):
client.login(user, password=password, database=db)
return client

def reset(self, force=False):
def reset(self):
self.user = self._environment = None
self._db, self._models = (), {}
self._execute = self._exec_workflow = None
Expand Down

0 comments on commit 3de6ba9

Please sign in to comment.