f4pga/flows/common: update docstring
Co-authored-by: Krzysztof Boroński <94375110+kboronski-ant@users.noreply.github.com>
This commit is contained in:
parent
d6957b87c6
commit
bae00eb72b
|
@ -66,7 +66,7 @@ def with_qualifier(name: str, q: str) -> str:
|
|||
|
||||
def resolve_modstr(modstr: str):
|
||||
"""
|
||||
Resolves module location from modstr.
|
||||
Resolves module location given its name.
|
||||
"""
|
||||
modpath = Path(__file__).resolve().parent / f"modules/{modstr}.py"
|
||||
if not modpath.exists():
|
||||
|
|
Loading…
Reference in New Issue