[+] update cli.py, fix assert
This commit is contained in:
parent
680671e34b
commit
14f0a66c67
@ -5,7 +5,7 @@ project(
|
|||||||
).stdout().strip('\n'),
|
).stdout().strip('\n'),
|
||||||
# 'online.fxreader.uv',
|
# 'online.fxreader.uv',
|
||||||
# ['c', 'cpp'],
|
# ['c', 'cpp'],
|
||||||
version: '0.1.5.31',
|
version: '0.1.5.32',
|
||||||
# default_options: [
|
# default_options: [
|
||||||
# 'cpp_std=c++23',
|
# 'cpp_std=c++23',
|
||||||
# # 'prefer_static=true',
|
# # 'prefer_static=true',
|
||||||
|
|||||||
@ -889,7 +889,8 @@ class CLI(abc.ABC):
|
|||||||
'w',
|
'w',
|
||||||
) as f:
|
) as f:
|
||||||
p = pyproject2['project']
|
p = pyproject2['project']
|
||||||
assert isinstance(p, tomlkit.items.Table)
|
# assert isinstance(p, tomlkit.items.Table)
|
||||||
|
assert isinstance(p, MutableMapping)
|
||||||
p['name'] = module.name
|
p['name'] = module.name
|
||||||
|
|
||||||
if not pyproject2['tool']:
|
if not pyproject2['tool']:
|
||||||
|
|||||||
BIN
releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl
(Stored with Git LFS)
Normal file
BIN
releases/whl/online_fxreader_pr34-0.1.5.32-py3-none-any.whl
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user