Merge lp:~mikemc/dirspec/fix-1026369-typo into lp:dirspec

Proposed by Mike McCracken
Status: Merged
Approved by: Alejandro J. Cura
Approved revision: 11
Merged at revision: 11
Proposed branch: lp:~mikemc/dirspec/fix-1026369-typo
Merge into: lp:dirspec
Diff against target: 12 lines (+1/-1)
1 file modified
dirspec/utils.py (+1/-1)
To merge this branch: bzr merge lp:~mikemc/dirspec/fix-1026369-typo
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) trivial Approve
Review via email: mp+115633@code.launchpad.net

Commit message

- Fix typo in windows path definition. (LP: #1026369)

Description of the change

- Fix typo in windows path definition. (LP: #1026369)

To post a comment you must log in.
Revision history for this message
Alejandro J. Cura (alecu) wrote :

+1

review: Approve (trivial)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'dirspec/utils.py'
2--- dirspec/utils.py 2012-07-13 18:14:17 +0000
3+++ dirspec/utils.py 2012-07-18 22:48:17 +0000
4@@ -162,7 +162,7 @@
5 user_home = special_folders['Personal']
6 default_config_path = special_folders['Common AppData']
7 default_config_home = special_folders['Local AppData']
8- default_data_path = os.path.join(default_config_path, 'bxdg')
9+ default_data_path = os.path.join(default_config_path, b'xdg')
10 default_data_home = os.path.join(default_config_home, b'xdg')
11 default_cache_home = os.path.join(default_data_home, b'cache')
12 else:

Subscribers

People subscribed via source and target branches