]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
props: Drop unneeded ';' from end of return line
authorJami Kettunen <jami.kettunen@protonmail.com>
Sun, 15 Jan 2023 04:26:10 +0000 (06:26 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 15 Jan 2023 15:59:49 +0000 (16:59 +0100)
tools/helpers/props.py

index 0d7f4bc75f274ea2c9caf88f7115a5db16b56c5e..8b6ca5b6688502ed39932ce06c0751abf58d82af 100644 (file)
@@ -42,5 +42,5 @@ def file_get(args, file, prop):
                 continue
             k,v = line.partition("=")[::2]
             if k == prop:
                 continue
             k,v = line.partition("=")[::2]
             if k == prop:
-                return v;
+                return v
     return ""
     return ""