diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index e56b9223..48df9e89 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -147,7 +147,7 @@ to update the working directory files. | |||
147 | r.ResetFetch() | 147 | r.ResetFetch() |
148 | r.Save() | 148 | r.Save() |
149 | 149 | ||
150 | groups = re.split('[,\s]+', opt.groups) | 150 | groups = re.split(r'[,\s]+', opt.groups) |
151 | all_platforms = ['linux', 'darwin'] | 151 | all_platforms = ['linux', 'darwin'] |
152 | platformize = lambda x: 'platform-' + x | 152 | platformize = lambda x: 'platform-' + x |
153 | if opt.platform == 'auto': | 153 | if opt.platform == 'auto': |