Skip to content

Commit

Permalink
Update ubipop/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan McGovern <rohan@mcgovern.id.au>
  • Loading branch information
rbikar and rohanpm committed Jun 3, 2021
1 parent fef6e76 commit 5239083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubipop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def _diff_lists_by_attr(self, list_1, list_2, attr):
return diff

def _filter_pkgs_from_modules(self):
regex = r'\d+:'
regex = r'^\d+:'
reg = re.compile(regex)

for name_stream, packages in self.repos.pkgs_from_modules.items():
Expand Down

0 comments on commit 5239083

Please sign in to comment.