Skip to content

Commit 422e1b5

Browse files
committed
Remove reload_sandbox
1 parent d43eee1 commit 422e1b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_examples.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,6 @@ def get_main_stderr(self, queue, args):
537537
queue.put(pipe.getvalue())
538538
pipe.close()
539539

540-
def reload_sandboxjs(self):
541-
# Reload sandboxjs to remove set globals
542-
import cwltool.sandboxjs
543-
reload(cwltool.sandboxjs)
544-
545540
def run_command(command):
546541
process = subprocess.Popen(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
547542
stdout, stderr = process.communicate()

0 commit comments

Comments
 (0)