diff --git a/Tools/PROCTools/python/RunTier0Tests.py b/Tools/PROCTools/python/RunTier0Tests.py
index dee16f7caf4a182e8a8e4581dcc5082140eca7e3..800d6e46eb713d627331e53d276fc19e07dabad0 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={}