Merge lp:~canonical-platform-qa/snappy-ecosystem-tests/fixing-config-issue-trunk into lp:snappy-ecosystem-tests

Proposed by Heber Parrucci
Status: Merged
Approved by: Omer Akram
Approved revision: 47
Merged at revision: 47
Proposed branch: lp:~canonical-platform-qa/snappy-ecosystem-tests/fixing-config-issue-trunk
Merge into: lp:snappy-ecosystem-tests
Diff against target: 9 lines (+1/-1)
1 file modified
snappy_ecosystem_tests/commons/config.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/snappy-ecosystem-tests/fixing-config-issue-trunk
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Omer Akram (community) Approve
Review via email: mp+320251@code.launchpad.net

Commit message

Fixing config issue

Description of the change

Fixing config issue

To post a comment you must log in.
Revision history for this message
Omer Akram (om26er) wrote :

Fixes the issue for me.

review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snappy_ecosystem_tests/commons/config.py'
2--- snappy_ecosystem_tests/commons/config.py 2017-03-15 19:08:49 +0000
3+++ snappy_ecosystem_tests/commons/config.py 2017-03-17 19:04:56 +0000
4@@ -169,4 +169,4 @@
5
6
7 CONFIG_STACK = ConfigStack().config
8-USER_CONFIG_STACK = ConfigStack(dir_path=get_user_config_dir()).config
9+USER_CONFIG_STACK = ConfigStack(*os.path.split(get_user_config_dir())).config

Subscribers

People subscribed via source and target branches