minor change
This commit is contained in:
parent
333807ceb7
commit
c20ab2e2e7
|
|
@ -81,7 +81,7 @@ public class PyInterpretService : ICodeInterpretService
|
|||
var list = new PyList();
|
||||
if (options?.Arguments?.Any() == true)
|
||||
{
|
||||
list.Append(new PyString(options?.ScriptName.IfNullOrEmptyAs("script.py")));
|
||||
list.Append(new PyString(options?.ScriptName ?? "script.py"));
|
||||
|
||||
foreach (var arg in options.Arguments)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue