Skip to content
Snippets Groups Projects
Commit 0f0436da authored by Hass Abouzeid's avatar Hass Abouzeid Committed by Graeme Stewart
Browse files

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
parent 811c22f5
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ def main(): ...@@ -341,7 +341,7 @@ def main():
list_patch_packages() list_patch_packages()
########### Get unique name for the clean run directory ########### Get unique name for the clean run directory
UniqName = str(uuid.uuid4()) UniqName = str(uuid.uuid4())
########### Define and run jobs ########### Define and run jobs
mythreads={} mythreads={}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment