checkupdates does not need common.config

This commit is contained in:
Hans-Christoph Steiner
2025-11-15 13:04:48 +01:00
committed by Michael Pöhn
parent be27b58114
commit 5bed7b48e6

View File

@@ -885,8 +885,6 @@ def main():
options = common.parse_args(parser)
metadata.warnings_action = options.W
common.read_config() # only needed for functions from fdroidserver
if not options.allow_dirty:
status = subprocess.check_output(['git', 'status', '--porcelain'])
if status: