f4pga/flows/common: update docstring

Co-authored-by: Krzysztof Boroński <94375110+kboronski-ant@users.noreply.github.com>
This commit is contained in:
Unai Martinez-Corral 2022-09-28 22:05:44 +01:00 committed by GitHub
parent d6957b87c6
commit bae00eb72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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():