We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88b6a1 commit f2058b4Copy full SHA for f2058b4
clr_loader/netfx.py
@@ -12,6 +12,8 @@ class NetFx(Runtime):
12
def __init__(
13
self, domain: Optional[str] = None, config_file: Optional[Path] = None
14
):
15
+ self._domain = None
16
+
17
initialize()
18
if config_file is not None:
19
config_file_s = str(config_file).encode("utf8")
0 commit comments