Skip to content

Commit 724bf1d

Browse files
committed
Added function description
1 parent 94976c6 commit 724bf1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_tools/singletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ def shape_test_request(mcu, image_path, test_id, duration=10):
266266

267267

268268
def get_json_data_from_file(json_spec_filename, verbose=False):
269+
""" Loads from file JSON formatted string to data structure """
269270
result = None
270271
try:
271272
with open(json_spec_filename) as data_file:

0 commit comments

Comments
 (0)