summaryrefslogtreecommitdiff
path: root/morphlib/writeexts.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/writeexts.py')
-rw-r--r--morphlib/writeexts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/writeexts.py b/morphlib/writeexts.py
index 334dc15c..fb7261f6 100644
--- a/morphlib/writeexts.py
+++ b/morphlib/writeexts.py
@@ -221,7 +221,7 @@ class WriteExtension(cliapp.Application):
os.rmdir(mount_point)
def create_btrfs_system_layout(self, temp_root, mountpoint, version_label,
- disk_uuid=None):
+ disk_uuid):
'''Separate base OS versions from state using subvolumes.
'''