fix: re-populate db before exporting tags
This commit is contained in:
parent
3fca8fa020
commit
e8b518d6a5
1 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,7 @@ from termcolor import colored
|
||||||
|
|
||||||
|
|
||||||
def invoke_eolas_db():
|
def invoke_eolas_db():
|
||||||
|
subprocess.run(["eolas-db", "populate-database"])
|
||||||
process = subprocess.run(
|
process = subprocess.run(
|
||||||
["eolas-db", "export-tags"],
|
["eolas-db", "export-tags"],
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
|
@ -34,5 +35,3 @@ def generate_tag_file(target_dir):
|
||||||
f"ERROR Error occurred when creating tag file: {str(e)}", "light_red"
|
f"ERROR Error occurred when creating tag file: {str(e)}", "light_red"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# check with open syntax
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue