mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
add_db takes commline line argv for path
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
from pathlib import Path
|
||||
import glob
|
||||
import os
|
||||
import sys
|
||||
|
||||
# This is the path to the directory you would like to search
|
||||
# This directory is searched recursively for .html files
|
||||
|
||||
path_to_files = '../temp/'
|
||||
path_to_files = sys.argv[1]
|
||||
|
||||
|
||||
def get_file_tree(path):
|
||||
|
||||
Reference in New Issue
Block a user