We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71a6cd1 + cc743c1 commit d6ec4b5Copy full SHA for d6ec4b5
Flow.Launcher.Core/Plugin/PythonPlugin.cs
@@ -61,7 +61,7 @@ protected override string ExecuteContextMenu(Result selectedResult)
61
{
62
Method = "context_menu", Parameters = new object[] {selectedResult.ContextData},
63
};
64
- _startInfo.Arguments = $"-B \"{context.CurrentPluginMetadata.ExecuteFilePath}\" \"{request}\"";
+ _startInfo.ArgumentList[2] = request.ToString();
65
_startInfo.WorkingDirectory = context.CurrentPluginMetadata.PluginDirectory;
66
67
// TODO: Async Action
0 commit comments