Skip to content

Commit 58b63b5

Browse files
author
Jan Sebastian Rothe
committed
Another attempt
1 parent ff47fd2 commit 58b63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fagfunksjoner/paths/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def construct_file_pattern(filepath: str, version_denoter: str = "*") -> str:
157157
return f"{filepath_no_version}_v{version_denoter}{file_ext}"
158158

159159

160-
def get_fileversions(filepath: str) -> list[str] | list[None]:
160+
def get_fileversions(filepath: str) -> list[str]:
161161
"""Retrieves a list of file versions matching a specified pattern.
162162
163163
This function generates a glob pattern based on the provided file path and retrieves

0 commit comments

Comments
 (0)