Cal Page

Results 1 issues of Cal Page

Here's the patch: ``` diff --git a/dir2module/dir2module/dir2module.py b/dir2module/dir2module/dir2module.py index 6643a83..e639bba 100755 --- a/dir2module/dir2module/dir2module.py +++ b/dir2module/dir2module/dir2module.py @@ -113,8 +113,8 @@ class Module(ModuleBase): for pkglicense in self.licenses: mod_stream.add_content_license(pkglicense) - for nevra in...