mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
Change os to shutils
This commit is contained in:
@@ -38,7 +38,8 @@ class openram_test(unittest.TestCase):
|
||||
if result != 0:
|
||||
new_file = "/tmp/"+a.name+".gds"
|
||||
debug.info(0,"Copying failed file to {}".format(new_file))
|
||||
os.copy(tempgds, newfile)
|
||||
import shutil
|
||||
shutil.copy(tempgds, newfile)
|
||||
self.fail("DRC failed: {}".format(a.name))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user