X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ff4cf1c83f09e639504209dec68855cdf3c69bce..0841a74bf82f59e316d8fbcfdff415bb003bc84e:/tools/helpers/props.py diff --git a/tools/helpers/props.py b/tools/helpers/props.py index 0d7f4bc..8b6ca5b 100644 --- a/tools/helpers/props.py +++ b/tools/helpers/props.py @@ -42,5 +42,5 @@ def file_get(args, file, prop): continue k,v = line.partition("=")[::2] if k == prop: - return v; + return v return ""