8000 Fix bad merge (#232) · pythonnet/pythonnet@653b779 · GitHub
[go: up one dir, main page]

Skip to content

Commit 653b779

Browse files
< 8000 /div>
authored
Fix bad merge (#232)
1 parent 26f1438 commit 653b779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/assemblymanager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
399399
//===================================================================
400400

401401
public static bool IsValidNamespace(string name)
402+
{
402403
return !String.IsNullOrEmpty(name) && namespaces.ContainsKey(name);
403404
}
404405

@@ -482,4 +483,4 @@ public static Type LookupType(string qname)
482483
return null;
483484
}
484485
}
485-
}
486+
}

0 commit comments

Comments
 (0)
0