Remove erroneous docstring
This commit is contained in:
parent
24b3c7a8a9
commit
e7f6dc6b86
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ def copy_source(source, items, overwrite=False):
|
|||
|
||||
|
||||
def create_table(dev_path, use_mbr=False, images=None):
|
||||
"""Create GPT or DOS partition table, returns dict."""
|
||||
"""Create GPT or DOS partition table."""
|
||||
cmd = [
|
||||
'sudo',
|
||||
'parted', dev_path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue