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
As I have seen Trogon uses shlex module to split and quote command line parameters. However that may not be correct for Windows. I suggest to use the oslex module instead.
As I have seen Trogon uses
shlex
module to split and quote command line parameters. However that may not be correct for Windows. I suggest to use theoslex
module instead.See: https://github.com/petamas/oslex
The text was updated successfully, but these errors were encountered: