Skip to content
Snippets Groups Projects
Commit 56581284 authored by Ingrid Luijkx's avatar Ingrid Luijkx
Browse files

Bug fix forward pipeline (not sam)

parent 39882112
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ def forward_pipeline(dacycle, platform, dasystem, samples, statevector, obsopera
if dacycle.has_key('forward.savestate.exceptsam'):
sam = (dacycle['forward.savestate.exceptsam'].upper() in ["TRUE","T","YES","Y"])
else:
sam = False
if dacycle.has_key('forward.savestate.dir'):
fwddir = dacycle['forward.savestate.dir']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment