nac3core: fix exception type in primitive store

issue-136
ychenfo 2022-05-29 19:14:00 +08:00
parent 76473152e8
commit ffac37dc48
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ impl TopLevelComposer {
obj_id: DefinitionId(7),
fields: vec![
("__name__".into(), (int32, true)),
("__file__".into(), (int32, true)),
("__file__".into(), (str, true)),
("__line__".into(), (int32, true)),
("__col__".into(), (int32, true)),
("__func__".into(), (str, true)),