mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 08:40:11 +02:00
Issue #70: add workspace file.
This commit is contained in:
parent
e11d1552d2
commit
916e7c7bde
9 changed files with 113 additions and 47 deletions
|
@ -10,6 +10,7 @@ from typing import List
|
|||
|
||||
import logging
|
||||
|
||||
from roentgen import workspace
|
||||
from roentgen import (
|
||||
__doc_url__,
|
||||
__project__,
|
||||
|
@ -78,9 +79,7 @@ class TaginfoProjectFile:
|
|||
|
||||
|
||||
def write_taginfo_project_file(scheme: Scheme) -> None:
|
||||
out_path: Path = Path("out")
|
||||
out_path.mkdir(exist_ok=True)
|
||||
out_file: Path = out_path / "roentgen_taginfo.json"
|
||||
out_file: Path = workspace.get_taginfo_file_path()
|
||||
logging.info(f"Write Röntgen project file for Taginfo to {out_file}...")
|
||||
taginfo_project_file: TaginfoProjectFile = TaginfoProjectFile(
|
||||
out_file, scheme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue