Skip to content

Commit

Permalink
Merge pull request #132 from Telefonica/fix/appium_local
Browse files Browse the repository at this point in the history
Fix error executing Appium locally and release 1.5.3 version
  • Loading branch information
rgonalo authored Apr 5, 2019
2 parents a727eaf + c5104e8 commit 1f02ac0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Toolium Changelog
=================

v1.5.3.dev0
-----------
v1.5.3
------

*Release date: WIP*
*Release date: 2019-04-05*

- Fix error executing Appium locally

v1.5.2
------
Expand All @@ -17,7 +18,6 @@ v1.5.2
- Fix utils.py wait functions' descriptions
- Add new wait to utils.py in order to wait for an element not containing some text


v1.5.1
------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3.dev0
1.5.3
2 changes: 1 addition & 1 deletion toolium/config_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_error_message_from_exception(exception):
class ConfigDriver(object):
def __init__(self, config, utils=None):
self.logger = logging.getLogger(__name__)
self.config = config.deepcopy()
self.config = config
self.utils = utils

def create_driver(self):
Expand Down

0 comments on commit 1f02ac0

Please sign in to comment.