10000
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.
1 parent 0077ea8 commit 38ea0b6Copy full SHA for 38ea0b6
src/embed_tests/TestDomainReload.cs
@@ -542,7 +542,7 @@ public static void RunPython()
542
{
543
AppDomain.CurrentDomain.DomainUnload += OnDomainUnload;
544
string name = AppDomain.CurrentDomain.FriendlyName;
545
- Console.WriteLine(string.Format("[{0} in .NET] In PythonRunner.RunPython", name));
+ Console.WriteLine("[{0} in .NET] In PythonRunner.RunPython", name);
546
var mode = PythonEngine.DefaultShutdownMode;
547
if (mode == ShutdownMode.Normal)
548
0 commit comments