add ability to use id's with mksafe operator
This commit is contained in:
parent
fb605ccb71
commit
8e617b33de
2 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
# by adding blank when the source is not available.
|
||||
# @param s the source to turn infaillible
|
||||
# @category Source / Track Processing
|
||||
def mksafe(s)
|
||||
fallback(id="mksafe",track_sensitive=false,[s,blank(id="safe_blank")])
|
||||
def mksafe(~id="mksafe",s)
|
||||
fallback(id=id,track_sensitive=false,[s,blank(id="safe_blank")])
|
||||
end
|
||||
|
||||
# Alias for the <code>l[k]</code> notation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue