Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commit990170e

Browse files
committed
Merge branch 'master' of github.com:pythonnet/pythonnet
2 parents91818ef +653b779 commit990170e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/runtime/assemblymanager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ public static AssemblyName[] ListAssemblies()
400400

401401
publicstaticboolIsValidNamespace(stringname)
402402
{
403-
returnnamespaces.ContainsKey(name);
403+
return!String.IsNullOrEmpty(name)&&namespaces.ContainsKey(name);
404404
}
405405

406406
//===================================================================
@@ -483,4 +483,4 @@ public static Type LookupType(string qname)
483483
returnnull;
484484
}
485485
}
486-
}
486+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp