Commit b1605c99 authored by Kirill Smelkov's avatar Kirill Smelkov

X neotest/runTestSuite: Add forgotten traceback import

parent 148622e1
......@@ -25,7 +25,7 @@ neotest must be on $PATH.
from erp5.util.taskdistribution import TaskDistributor
from subprocess import Popen, PIPE
from time import time, strftime, gmtime
import os, sys, argparse, logging
import os, sys, argparse, logging, traceback
def main():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment