add TODO
This commit is contained in:
parent
e68fcb6550
commit
3af968470d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ from ..logger import logger
|
||||||
|
|
||||||
class GenericText:
|
class GenericText:
|
||||||
def __init__(self, content: Optional[Union[List[str], Path, str]] = None):
|
def __init__(self, content: Optional[Union[List[str], Path, str]] = None):
|
||||||
|
# TODO: what if paths are not absolute? Have a root available?
|
||||||
if isinstance(content, list):
|
if isinstance(content, list):
|
||||||
self._content: Optional[List[str]] = content
|
self._content: Optional[List[str]] = content
|
||||||
self._path = None
|
self._path = None
|
||||||
|
|
Loading…
Reference in a new issue