Skip to content

Commit

Permalink
Merge pull request #110 from 2gis/logcat-hotfix
Browse files Browse the repository at this point in the history
logcat hotix
  • Loading branch information
sh0ked authored Jan 17, 2017
2 parents bb176da + da6c04c commit 2834eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contesto/utils/logcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, driver):
def fetch(self):
_log = self._get_log()
if _log:
self._essential_messages += self._get_log()
self._essential_messages += _log

def _get_log(self):
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'config/*.ini'
],
},
"version": "0.2.7",
"version": "0.2.8",
"install_requires": [
"selenium==2.52.0",
"Appium-Python-Client==0.24",
Expand Down

0 comments on commit 2834eba

Please sign in to comment.