We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4136d59 commit 95e3cacCopy full SHA for 95e3cac
src/util/orm.py
@@ -55,7 +55,7 @@ def env(cr):
55
from openerp.api import Environment
56
except ImportError:
57
v = release.major_version
58
- raise MigrationError("Hold on! There is not yet `Environment` in %s" % v) # noqa: B904
+ raise MigrationError("Hold on! There is not yet `Environment` in %s" % v)
59
return Environment(cr, SUPERUSER_ID, {})
60
61
0 commit comments