Skip to content

Commit

Permalink
generate-resources: fixed path to skywater_pdk
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Dec 1, 2020
1 parent 5d374bc commit 064b239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from jinja2 import Template
import importlib.resources as resources

sys.path.insert(0, os.path.abspath(__file__ + '../'))
sys.path.insert(0, os.path.abspath(__file__ + '/../../'))

from skywater_pdk import templates

Expand Down

0 comments on commit 064b239

Please sign in to comment.