mirror of https://git.48k.eu/ogclient
utils: fs: incorrect indentation
parent
bddbea942e
commit
8661a99a36
|
@ -133,7 +133,7 @@ def ogExtendFs(disk, part):
|
|||
pass
|
||||
else:
|
||||
logging.error(f'Unable to grow filesystem at {partdev}. '
|
||||
f'Unsupported filesystem "{fstype}".')
|
||||
f'Unsupported filesystem "{fstype}".')
|
||||
|
||||
|
||||
def mkfs(fs, disk, partition, label=None):
|
||||
|
|
Loading…
Reference in New Issue