You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Escape the arguments to be executed via eval (#410)
Refer to https://stackoverflow.com/a/50367671
As eval builtin interprets its arguments in the same way as shell would do,
which would need some escape work, otherwise, it won't work if the input
arguments contains e.g. a JSON string:
omnitrace-python -- ./test.py --json='{"foo": "bar"}'
Signed-off-by: Hollow Man <[email protected]>
0 commit comments