We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff07e1 commit 9ce8db9Copy full SHA for 9ce8db9
1 file changed
easybuild/tools/bwrap.py
@@ -78,7 +78,7 @@ def set_bwrap_info(key, value):
78
79
def update_bwrap_info(key, value):
80
"""
81
- Update specified info w.r.t. use of bwrap
+ Update specified info w.r.t. use of bwrap (only supports 'set' values currently)
82
83
if key in _bwrap_info:
84
current_value = _bwrap_info[key]
0 commit comments