We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4252a0c commit 8a1c736Copy full SHA for 8a1c736
ibllib/oneibl/registration.py
@@ -385,6 +385,8 @@ def _register_bool(fn, file_list):
385
def _read_settings_json_compatibility_enforced(json_file):
386
with open(json_file) as js:
387
md = json.load(js)
388
+ if 'IS_MOCK' not in md.keys():
389
+ md['IS_MOCK'] = False
390
if 'IBLRIG_VERSION_TAG' not in md.keys():
391
md['IBLRIG_VERSION_TAG'] = '3.2.3'
392
if not md['IBLRIG_VERSION_TAG']:
0 commit comments