aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_supported_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_supported_ops.py')
-rw-r--r--scripts/update_supported_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_supported_ops.py b/scripts/update_supported_ops.py
index 8c3217cbc7..c39c8bc827 100644
--- a/scripts/update_supported_ops.py
+++ b/scripts/update_supported_ops.py
@@ -58,7 +58,7 @@ class States(Enum):
class OperatorsTable:
def __init__(self):
- self.project_dir = Path(__file__).parents[1] # ComputeLibrary directory
+ self.project_dir = Path(__file__).resolve().parents[1] # ComputeLibrary directory
self.xml = ""
def generate_operator_list(self):