mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[mount] add python doc strings
This commit is contained in:
parent
d7b36e9ff7
commit
016dd71db4
1 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,7 @@ import libcalamares
|
|||
|
||||
|
||||
def mount_partitions(root_mount_point, partitions):
|
||||
"""
|
||||
""" Pass back mount point and filesystem for each partition.
|
||||
|
||||
:param root_mount_point:
|
||||
:param partitions:
|
||||
|
@ -49,8 +49,7 @@ def mount_partitions(root_mount_point, partitions):
|
|||
|
||||
|
||||
def run():
|
||||
"""
|
||||
|
||||
""" Define mountpoints.
|
||||
|
||||
:return:
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue