Skip to content

Commit 0f91c0c

Browse files
committed
[FIX] util.force_install_module: correct doc
This function returns the new module state, not the old one. Part-of: #162 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent 50bc045 commit 0f91c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def force_install_module(cr, module, if_installed=None):
489489
:param str module: name of the module to install
490490
:param list(str) or None if_installed: only force the install when these modules are
491491
already installed
492-
:return str: the *original* state of the module
492+
:return str: the *new* state of the module
493493
"""
494494
subquery = ""
495495
subparams = ()

0 commit comments

Comments
 (0)