Closed lucabaldini closed 9 years ago
Added
def doDbRegister(): """ Return true if E3PIPE_RECON_BASE is pointing to /recon.
(This means that we are writing in the actual recon space and
we should register any action into the db.)
"""
return E3PIPE_RECON_BASE == '/recon'
in config/storage.py
Done.
As a baseline we should register runs in the db is the recon folder points to /recon (i.e., each time we write in recon we should fill the db).