File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/operations/apt.repo Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def parse_apt_repo(name):
3232 "type" : matches .group (1 ),
3333 "url" : matches .group (3 ),
3434 "distribution" : matches .group (4 ),
35- "components" : set (matches .group (5 ).split ()),
35+ "components" : list (matches .group (5 ).split ()),
3636 }
3737
3838
Original file line number Diff line number Diff line change 55 "type" : " deb" ,
66 "url" : " http://archive.canonical.com/ubuntu" ,
77 "distribution" : " hardy" ,
8- "components" : [" set: " , " partner" ],
8+ "components" : [" partner" ],
99 "options" : {}
1010 }]
1111 },
Original file line number Diff line number Diff line change 88 "type" : " deb" ,
99 "url" : " http://archive.canonical.com/ubuntu" ,
1010 "distribution" : " hardy" ,
11- "components" : [" set: " , " partner" ],
11+ "components" : [" partner" ],
1212 "options" : {}
1313 }],
1414 "files.FindInFile" : {
You can’t perform that action at this time.
0 commit comments