[update] update Dockerfile
- mojor update of Dockerfile - reverted location of simulate_fail.json file for simulating errors, e.g. to test sending e-mails
This commit is contained in:
@@ -704,7 +704,7 @@ class StationQC(object):
|
||||
return 'active'
|
||||
return False
|
||||
|
||||
def _simulated_error_check(self, key, fname='conf/simulate_fail.json'):
|
||||
def _simulated_error_check(self, key, fname='simulate_fail.json'):
|
||||
if not os.path.isfile(fname):
|
||||
return
|
||||
with open(fname) as fid:
|
||||
|
||||
Reference in New Issue
Block a user