[Pkg-privacy-commits] [tails-installer] 05/70: test if the drive the python way

Ulrike Uhlig ulrike at moszumanska.debian.org
Mon Nov 20 14:54:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to annotated tag tails-installer_4.20
in repository tails-installer.

commit d59acecd2b4ce54126d1f1a5ca23ce65c655c473
Author: Ulrike Uhlig <u at 451f.org>
Date:   Tue Dec 1 21:01:07 2015 +0100

    test if the drive the python way
---
 tails_installer/creator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tails_installer/creator.py b/tails_installer/creator.py
index 0a69929..4f04b12 100755
--- a/tails_installer/creator.py
+++ b/tails_installer/creator.py
@@ -911,7 +911,7 @@ class LinuxTailsInstallerCreator(TailsInstallerCreator):
         else:
             obj = self._get_object()
 
-        if !obj.props.partition :
+        if not obj.props.partition :
             return False
 
         partition_table = obj.props.partition_table

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list