#1065 Don't assume the context is set on base modules in the 526fb7d445f7_module_buildrequires migration
Merged 5 years ago by mprahl. Opened 5 years ago by mprahl.

@@ -80,7 +80,7 @@ 

                  .where(mb.c.name == base_module)\

                  .where(mb.c.stream == base_module_dict['stream'])\

                  .where(mb.c.version == base_module_dict['version'])\

-                 .where(mb.c.context == base_module_dict['context'])

+                 .where(mb.c.context == base_module_dict.get('context'))

              br = connection.execute(select).fetchone()

              if not br:

                  # If the buildrequire isn't in the datbase, then skip it