jkaluza / odcs

Forked from odcs 6 years ago
Clone

6b29fe9 Fix MBS.validate_module_list to not remove modules with the same NSV but different context.

Authored and Committed by jkaluza 5 years ago
    Fix MBS.validate_module_list to not remove modules with the same NSV but different context.
    
    There was missing `new_modules.append(module)` line in this method,
    but in this commit I also reformatted the method a bit to use
    defaultdict and also fix detection of duplicate modules in a input
    list.
    
        
file modified
+17 -9
file modified
+13 -3
file modified
+35 -0