Patched extra lines in root and ignored library
This commit is contained in:
@@ -102,7 +102,7 @@ def root_cmakelists(path: Path):
|
|||||||
|
|
||||||
# Read previously generated contents
|
# Read previously generated contents
|
||||||
with open(lists_path, "r") as _if:
|
with open(lists_path, "r") as _if:
|
||||||
lines = _if.readlines()
|
lines += [line.rstrip("\n") for line in _if]
|
||||||
|
|
||||||
# Save final result
|
# Save final result
|
||||||
with open(lists_path, "w") as of:
|
with open(lists_path, "w") as of:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "mx_convert"
|
name = "mx_convert"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "A Cube MX projct conversion helper"
|
description = "A Cube MX projct conversion helper"
|
||||||
authors = [{ name = "Didas72" }]
|
authors = [{ name = "Didas72" }]
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|||||||
Reference in New Issue
Block a user