Added function description

pull/196/head
Przemek Wirkus 2014-03-03 12:15:46 +00:00
parent 94976c6c57
commit 724bf1debb
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ def shape_test_request(mcu, image_path, test_id, duration=10):
def get_json_data_from_file(json_spec_filename, verbose=False):
""" Loads from file JSON formatted string to data structure """
result = None
try:
with open(json_spec_filename) as data_file: