Skip to content

Commit 9ce8db9

Browse files
committed
mention that update_bwrap_info only supports set values currently
1 parent 9ff07e1 commit 9ce8db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

easybuild/tools/bwrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def set_bwrap_info(key, value):
7878

7979
def update_bwrap_info(key, value):
8080
"""
81-
Update specified info w.r.t. use of bwrap
81+
Update specified info w.r.t. use of bwrap (only supports 'set' values currently)
8282
"""
8383
if key in _bwrap_info:
8484
current_value = _bwrap_info[key]

0 commit comments

Comments
 (0)