mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[PEP 8] Comparison to 'False'
This commit is contained in:
parent
ebf037f247
commit
5d5519b7b0
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ def run():
|
||||||
if fs == sourcefs:
|
if fs == sourcefs:
|
||||||
fs_is_supported = True
|
fs_is_supported = True
|
||||||
|
|
||||||
if fs_is_supported == False:
|
if not fs_is_supported:
|
||||||
return "Bad filesystem", "sourcefs=\"{}\"".format(sourcefs)
|
return "Bad filesystem", "sourcefs=\"{}\"".format(sourcefs)
|
||||||
|
|
||||||
destination = os.path.abspath(root_mount_point + entry["destination"])
|
destination = os.path.abspath(root_mount_point + entry["destination"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue