From e5841993ba31be573e7259225aba70c3e30f7c6b Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Thu, 17 Oct 2024 13:45:49 +0300 Subject: [PATCH] Revert "Debug missing pelican package" This reverts commit c4ca8792cf451aa2cb5ff50b928ff641d3391b67. --- bin/update | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/update b/bin/update index f9b33f59..d56eb8aa 100755 --- a/bin/update +++ b/bin/update @@ -73,7 +73,6 @@ check_required_fields content/members doc/required_member_fields || error "Could check_required_fields content/seminars doc/required_seminar_fields || error "Could not read required seminar fields" # Create and activate the required Python environment -set -x if ! [ -d venv ] ; then python3 -m venv venv . venv/bin/activate