Skip to content
Snippets Groups Projects
Commit fe9ae609 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

removed ref to threadnames.py

parent bb11795e
Branches
Tags
No related merge requests found
...@@ -20,9 +20,6 @@ from future import standard_library ...@@ -20,9 +20,6 @@ from future import standard_library
from wetb.hawc2 import log_file from wetb.hawc2 import log_file
from wetb.hawc2.htc_file import HTCFile, fmt_path from wetb.hawc2.htc_file import HTCFile, fmt_path
from wetb.hawc2.log_file import LogFile from wetb.hawc2.log_file import LogFile
from wetb.utils import threadnames
standard_library.install_aliases() standard_library.install_aliases()
...@@ -332,7 +329,6 @@ class Simulation(object): ...@@ -332,7 +329,6 @@ class Simulation(object):
def simulate_distributed(self): def simulate_distributed(self):
threadnames.register("Simulation %s"%self.simulation_id)
try: try:
self.prepare_simulation() self.prepare_simulation()
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment