Skip to content

Commit 5b9f028

Browse files
committed
Fix pylint complaint
1 parent 0318d13 commit 5b9f028

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyfpga/project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,4 @@ def _get_absolute(path, ext):
327327
path = Path(path).resolve()
328328
if ext == 'tcl':
329329
return path.as_posix()
330-
else:
331-
return path
330+
return path

0 commit comments

Comments
 (0)