1
1
mirror of https://github.com/eblot/pybootd.git synced 2024-09-11 22:17:44 +03:00

remove unneeded space

This commit is contained in:
David Decotigny 2013-03-05 18:09:49 -08:00
parent 8162ce912d
commit 4cfb701431

View File

@ -65,4 +65,3 @@ def pybootd_path(path):
if not os.path.isfile(newpath) and not os.path.isdir(newpath):
raise IOError('No such file or directory (local)')
return newpath