From 071fcbb96b1ae1f06f6778e2b68506ac29b07dc2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 3 Apr 2021 20:28:14 +0200 Subject: [PATCH] Don't deal with branches on feature parsing --- bin/app-json.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/app-json.py b/bin/app-json.py index b053033..ebebcc8 100755 --- a/bin/app-json.py +++ b/bin/app-json.py @@ -137,8 +137,6 @@ def get_app_features(app_path): log.info(f"Parsed {features}") - _run_cmd("git checkout HEAD") - return features