From 6510c6f1cc7a50209b4aa7776fde62a6b15bd4ee Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Thu, 17 Jan 2019 12:58:24 -0800
Subject: [PATCH] removed python code for minimal installs

Former-commit-id: bbd53fced7c53a5e824d58d9ede43752bb81404a
---
 tools/ps_analyze.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh
index cb27bc6fc..3c2fa46cc 100755
--- a/tools/ps_analyze.sh
+++ b/tools/ps_analyze.sh
@@ -1216,10 +1216,10 @@ main()
 	cd $newdir
 
 	# gather stats into JSON format
-	python $PEASOUP_HOME/tools/gather_stats.py logs/*.log > logs/stats.json
+	#python $PEASOUP_HOME/tools/gather_stats.py logs/*.log > logs/stats.json
 
 	# make sure we only do this once there are no more updates to the peasoup_dir
-	perform_step installer none $PEASOUP_HOME/tools/do_installer.sh $PWD $protected_exe
+	#perform_step installer none $PEASOUP_HOME/tools/do_installer.sh $PWD $protected_exe
 
 	
 	cd - > /dev/null 2>&1
-- 
GitLab