← Back to team overview

credativ team mailing list archive

[Bug 1191827] [NEW] Incorrect argument in module 'base' post-migration script

 

Public bug reported:

In OpenUpgrade Server 7.0, module 'base' post-migration.py, line 174, an argument appears to be incorrect. 
Now it is:
    {'active_test': False}
Was meant to be (?):
    context={'active_test': False}

** Affects: openupgrade-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
OpenUpgrade Committers, which is subscribed to OpenUpgrade Server.
https://bugs.launchpad.net/bugs/1191827

Title:
  Incorrect argument in module 'base' post-migration script

Status in OpenUpgrade Server:
  New

Bug description:
  In OpenUpgrade Server 7.0, module 'base' post-migration.py, line 174, an argument appears to be incorrect. 
  Now it is:
      {'active_test': False}
  Was meant to be (?):
      context={'active_test': False}

To manage notifications about this bug go to:
https://bugs.launchpad.net/openupgrade-server/+bug/1191827/+subscriptions


Follow ups

References