Skip to content

Commit

Permalink
use os, os.join path
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Jan 9, 2025
1 parent 36c584d commit e7305e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 85 deletions.
84 changes: 0 additions & 84 deletions build/tags/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -14749,20 +14749,6 @@
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE",
"generate_name": "template",
"text": {
"EN": [
"template",
"name"
],
"FA": [
"template",
"name"
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_AUDIO_32KADPCM",
"generate_name": "audio/32kadpcm",
Expand Down Expand Up @@ -15883,20 +15869,6 @@
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE",
"generate_name": "template",
"text": {
"EN": [
"template",
"name"
],
"FA": [
"template",
"name"
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_FONT_OTF",
"generate_name": "font/otf",
Expand Down Expand Up @@ -16555,20 +16527,6 @@
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE",
"generate_name": "template",
"text": {
"EN": [
"template",
"name"
],
"FA": [
"template",
"name"
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MESSAGE_CPIM",
"generate_name": "message/cpim",
Expand Down Expand Up @@ -16737,20 +16695,6 @@
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE",
"generate_name": "template",
"text": {
"EN": [
"template",
"name"
],
"FA": [
"template",
"name"
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MODEL_E57",
"generate_name": "model/e57",
Expand Down Expand Up @@ -17031,20 +16975,6 @@
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE",
"generate_name": "template",
"text": {
"EN": [
"template",
"name"
],
"FA": [
"template",
"name"
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_MULTIPART_APPLEDOUBLE",
"generate_name": "multipart/appledouble",
Expand Down Expand Up @@ -17157,20 +17087,6 @@
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEMPLATE",
"generate_name": "template",
"text": {
"EN": [
"template",
"name"
],
"FA": [
"template",
"name"
]
}
},
{
"id": "AST_LAYOUT_ATTRIBUTE_VALUE_TYPE_TEXT_CACHE_MANIFEST",
"generate_name": "text/cache-manifest",
Expand Down
3 changes: 2 additions & 1 deletion build/tags/a.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import os
import sys
import json
from pathlib import Path

parent_dir = Path(__file__).resolve().parent.parent
sys.path.append(str(parent_dir))
sys.path.append(str(parent_dir) + "/data")
sys.path.append(os.path.join(parent_dir, "data"))

from element import Element
from lang import Lang
Expand Down

0 comments on commit e7305e3

Please sign in to comment.