From 0f0436da91bf901b34a71448321587ae275d58a4 Mon Sep 17 00:00:00 2001 From: Hass Abouzeid <hass.abouzeid@cern.ch> Date: Mon, 4 Jul 2016 12:09:53 +0200 Subject: [PATCH] Fixing indentation issue. Tagging 00-01-16 (PROCTools-00-01-16) * Fixing mistaken indentation (restores cache comparison functionality) * Tagging PROCTools-00-01-16 Former-commit-id: 11a67cb9b6181d6678dff4301fb2eb0d1e8bd689 --- Tools/PROCTools/python/RunTier0Tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/PROCTools/python/RunTier0Tests.py b/Tools/PROCTools/python/RunTier0Tests.py index dee16f7caf4..800d6e46eb7 100755 --- a/Tools/PROCTools/python/RunTier0Tests.py +++ b/Tools/PROCTools/python/RunTier0Tests.py @@ -341,7 +341,7 @@ def main(): list_patch_packages() ########### Get unique name for the clean run directory - UniqName = str(uuid.uuid4()) + UniqName = str(uuid.uuid4()) ########### Define and run jobs mythreads={} -- GitLab