Quotation issue
This commit is contained in:
parent
a5a6ff4d31
commit
a88a41abfb
|
|
@ -181,7 +181,7 @@ class Partition():
|
|||
raise DiskError(f'Could not format {self.path} with {filesystem} because: {b"".join(handle)}')
|
||||
self.filesystem = 'f2fs'
|
||||
else:
|
||||
raise UnknownFilesystemFormat(f'Fileformat '{filesystem}' is not yet implemented.')
|
||||
raise UnknownFilesystemFormat(f"Fileformat '{filesystem}' is not yet implemented.")
|
||||
return True
|
||||
|
||||
def find_parent_of(self, data, name, parent=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue