mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-22 02:33:41 +02:00
pep8 fixes
This commit is contained in:
@ -20,11 +20,11 @@ class Vfs:
|
||||
def clean_path(self, path):
|
||||
# fix slashes
|
||||
path = path.replace("\\", "/")
|
||||
|
||||
|
||||
# check if trailing slash is included
|
||||
if(path[-1:] != '/'):
|
||||
path = path + '/'
|
||||
|
||||
|
||||
return path
|
||||
|
||||
def set_root(self, rootString):
|
||||
|
Reference in New Issue
Block a user