| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2742815 commit dea6bcb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,3 @@ | |||
| 1 | - import os | ||
| 2 | 1 | import sys | |
| 3 | 2 | import clr_loader | |
| 4 | 3 | ||
@@ -11,7 +10,7 @@ | |||
| 11 | 10 | def set_runtime(runtime): | |
| 12 | 11 | global _RUNTIME | |
| 13 | 12 | 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)) | ||
| 15 | 14 | ||
| 16 | 15 | _RUNTIME = runtime | |
| 17 | 16 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments