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
=== modified file 'dirspec/utils.py'
--- dirspec/utils.py 2012-07-13 18:14:17 +0000
+++ dirspec/utils.py 2012-07-18 22:48:17 +0000
@@ -162,7 +162,7 @@
162 user_home = special_folders['Personal']162 user_home = special_folders['Personal']
163 default_config_path = special_folders['Common AppData']163 default_config_path = special_folders['Common AppData']
164 default_config_home = special_folders['Local AppData']164 default_config_home = special_folders['Local AppData']
165 default_data_path = os.path.join(default_config_path, 'bxdg')165 default_data_path = os.path.join(default_config_path, b'xdg')
166 default_data_home = os.path.join(default_config_home, b'xdg')166 default_data_home = os.path.join(default_config_home, b'xdg')
167 default_cache_home = os.path.join(default_data_home, b'cache')167 default_cache_home = os.path.join(default_data_home, b'cache')
168else:168else:

Subscribers

People subscribed via source and target branches