From 3fba7873968fff347e5304748c370bb5d8fc6662 Mon Sep 17 00:00:00 2001 From: Владислав Date: Sat, 17 Apr 2021 15:49:58 +0300 Subject: Fix typo in partition.format() --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index c0d22023..7bf088ca 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -106,7 +106,7 @@ def ask_user_questions(): # we have to check if we support it. We can do this by formatting /dev/null with the partitions filesystem. # There's a nice wrapper for this on the partition object itself that supports a path-override during .format() try: - partition.format(new_filesystem, path='/dev/null', log_formating=False, allow_formatting=True) + partition.format(new_filesystem, path='/dev/null', log_formatting=False, allow_formatting=True) except archinstall.UnknownFilesystemFormat: archinstall.log(f"Selected filesystem is not supported yet. If you want archinstall to support '{new_filesystem}', please create a issue-ticket suggesting it on github at https://github.com/archlinux/archinstall/issues.") archinstall.log(f"Until then, please enter another supported filesystem.") -- cgit v1.2.3-70-g09d2