🌐 AI搜索 & 代理 主页
Skip to content

Commit d8ca624

Browse files
committed
fixup! updated according to filmor's comments
1 parent 3951095 commit d8ca624

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
6161

6262
- Deprecated `RunString` (#401)
6363

64-
### Deprecated
65-
66-
- Deprecated `RunString` (#401)
67-
68-
### Fixed
6964

7065
- Fixed crash during Initialization (#262)(#343)
7166
- Fixed crash during Shutdown (#365)

src/runtime/pyscope.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ private void Check()
429429
{
430430
if (isDisposed)
431431
{
432-
throw new PyScopeException("'ScopeStorage' object has been disposed");
432+
throw new PyScopeException($"The scope of name '{Name}' object has been disposed");
433433
}
434434
}
435435

0 commit comments

Comments
 (0)