Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilez0 committed May 6, 2024
1 parent 5956a10 commit b80e3af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions live-installer/frontend/partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ def validate_subvolume_and_mountpoint(partition, subvolume_name, mount_as, subvo
show_error(_(
"The name of a subvolume must not be blank or contain a space"))
return False
if " " in mount_as:
show_error(_(
"The mount point of a subvolume must not contain a space"))
return False
for subvol in partition.subvolumes:
if subvolume != None and subvol == subvolume:
continue
Expand Down

0 comments on commit b80e3af

Please sign in to comment.