Skip to content

Commit

Permalink
[translation fix] Placeholder value that C++ accepts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Dec 18, 2023
1 parent f738a3a commit bc08f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ysh/expr_eval.py
Expand Up @@ -367,7 +367,7 @@ def CallConvertFunc(self, func_val, arg):
# TODO: Use logic from _EvalFuncCall

#val = func_proc.CallUserFunc(func_val, rd, self.mem, self.cmd_ev)
val = None
val = value.Null

return val

Expand Down

0 comments on commit bc08f4a

Please sign in to comment.