Rename Boards/ to Devices/ (#414)
This commit is contained in:
committed by
GitHub
parent
c7c9618f48
commit
c1ff024657
@@ -7,7 +7,7 @@ import shutil
|
||||
from configparser import ConfigParser, RawConfigParser
|
||||
|
||||
VERBOSE = False
|
||||
DEVICES_FOLDER = "Boards"
|
||||
DEVICES_FOLDER = "Devices"
|
||||
|
||||
@dataclass
|
||||
class IndexEntry:
|
||||
@@ -219,4 +219,4 @@ if __name__ == "__main__":
|
||||
if "--verbose" in sys.argv:
|
||||
VERBOSE = True
|
||||
sys.argv.remove("--verbose")
|
||||
main(in_path=sys.argv[1], out_path=sys.argv[2], version=sys.argv[3])
|
||||
main(in_path=sys.argv[1], out_path=sys.argv[2], version=sys.argv[3])
|
||||
|
||||
Reference in New Issue
Block a user