Skip to content
Snippets Groups Projects
Commit 473e85e2 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tools/mpy-tool: Make work if run from another directory.

By making sure we don't add relative paths to sys.path.
parent db9c2e31
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ import sys
import struct
from collections import namedtuple
sys.path.append('../py')
sys.path.append(sys.path[0] + '/../py')
import makeqstrdata as qstrutil
class FreezeError(Exception):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment