File: fix_PEP8-E128

package info (click to toggle)
dirspec 4.2.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 220 kB
  • ctags: 135
  • sloc: python: 466; makefile: 18; sh: 9
file content (15 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: dirspec-4.2.0/dirspec/utils.py
===================================================================
--- dirspec-4.2.0.orig/dirspec/utils.py	2013-03-26 13:33:45.000000000 -0400
+++ dirspec-4.2.0/dirspec/utils.py	2014-09-15 13:13:45.863011270 -0400
@@ -171,8 +171,8 @@
     default_config_path = b'/Library/Preferences:/etc/xdg'
     default_config_home = os.path.join(user_home, b'Library', b'Preferences')
     default_data_path = b':'.join([b'/Library/Application Support',
-                                  b'/usr/local/share',
-                                  b'/usr/share'])
+                                   b'/usr/local/share',
+                                   b'/usr/share'])
     default_data_home = os.path.join(user_home, b'Library',
                                      b'Application Support')
 else: