Skip to content

Commit

Permalink
Use function argument variable
Browse files Browse the repository at this point in the history
Signed-off-by: Bi0T1N <[email protected]>
  • Loading branch information
Bi0T1N committed Aug 20, 2022
1 parent cbf8530 commit ebc31fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdf/embedSdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_map_content(arg_pathlist: Path) -> str:
"""
map_str = ''
files = []
for path in pathlist:
for path in arg_pathlist:
# dir separator is hardcoded to '/' in C++ mapping
posix_path = PurePosixPath(path)
files.append(str(posix_path))
Expand Down

0 comments on commit ebc31fb

Please sign in to comment.