[+] fix module:switch
This commit is contained in:
parent
ac03137032
commit
1d0f719531
@ -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.16+27.15',
|
version: '0.1.5.16+27.16',
|
||||||
# default_options: [
|
# default_options: [
|
||||||
# 'cpp_std=c++23',
|
# 'cpp_std=c++23',
|
||||||
# # 'prefer_static=true',
|
# # 'prefer_static=true',
|
||||||
|
@ -696,6 +696,9 @@ class CLI(abc.ABC):
|
|||||||
if not pyproject2['tool']:
|
if not pyproject2['tool']:
|
||||||
pyproject2['tool'] = []
|
pyproject2['tool'] = []
|
||||||
|
|
||||||
|
if not 'tool' in pyproject2:
|
||||||
|
pyproject2['tool'] = dict()
|
||||||
|
|
||||||
pyproject_tool = pyproject2['tool']
|
pyproject_tool = pyproject2['tool']
|
||||||
# assert isinstance(pyproject_tool, tomlkit.items.Array)
|
# assert isinstance(pyproject_tool, tomlkit.items.Array)
|
||||||
assert isinstance(pyproject_tool, tomlkit.items.Table)
|
assert isinstance(pyproject_tool, tomlkit.items.Table)
|
||||||
|
Loading…
Reference in New Issue
Block a user