Skip to content

Commit 3055b28

Browse files
committed
Merge pull request #1805 from sg-/move-target-json
move target description from tools into hal where the target code lives
2 parents a7ff058 + d94627e commit 3055b28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def to_ascii(input):
7979
@staticmethod
8080
@cached
8181
def get_json_target_data():
82-
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "targets.json"), "rt") as f:
82+
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)), "../hal/targets.json"), "rt") as f:
8383
return Target.to_ascii(json.load(f))
8484

8585
# Get the members of this module using Python's "inspect" module

0 commit comments

Comments
 (0)