FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix runtime loading error message · JakeJP/pythonnet@dea6bcb · GitHub

Commit dea6bcb

Browse files
authored andcommitted
Fix runtime loading error message
1 parent 2742815 commit dea6bcb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎pythonnet/__init__.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import os
21
import sys
32
import clr_loader
43

@@ -11,7 +10,7 @@
1110
def set_runtime(runtime):
1211
global _RUNTIME
1312
if _LOADED:
14-
raise RuntimeError("The runtime {runtime} has already been loaded".format(_RUNTIME))
13+
raise RuntimeError("The runtime {} has already been loaded".format(_RUNTIME))
1514

1615
_RUNTIME = runtime
1716

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL