Skip to content

Commit d94627e

Browse files
committed
move target description from tools into hal where the target code lives
1 parent 60c862c commit d94627e

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)