add todos
This commit is contained in:
parent
d28205311c
commit
7d8f33294f
2 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,8 @@ class PyTeXBuilder:
|
|||
)
|
||||
)
|
||||
|
||||
# TODO: give pytex source file some additional building information
|
||||
|
||||
def _build(self):
|
||||
logger.info("Starting build")
|
||||
self.load_pytex_files()
|
||||
|
|
|
@ -19,6 +19,8 @@ class PyTeXSourceFile:
|
|||
self._formatter: Optional[FormatterIF] = None
|
||||
self._file_hash: Optional[str] = None
|
||||
|
||||
# TODO: select formatter automatically...?
|
||||
|
||||
@property
|
||||
def file_hash(self) -> str:
|
||||
if self._file_hash is None:
|
||||
|
|
Loading…
Reference in a new issue