3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00

Fix re-run in same directory feature

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-04-30 20:03:24 +02:00
parent b1de59032e
commit faa5b1f908

View file

@ -20,7 +20,7 @@ import os, re, sys
if os.name == "posix": if os.name == "posix":
import resource, fcntl, signal import resource, fcntl, signal
import subprocess import subprocess
from shutil import copyfile from shutil import copyfile, rmtree
from select import select from select import select
from time import time, localtime from time import time, localtime