DBRunner discussion #86
-
|
I have been running,
File "/projects/sdndev/scripts/common/dbprocessing/dbprocessing/runMe.py", line 333, in __init__
self.filename = 'RUN_{0}_{1}'.format(process_entry.process_name, self.input_files[0])
Would you know if there is a way to run DBRunner only where they are files in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The first is definitely a bug. I hadn't thought about supporting processes that have no inputs and no outputs (which is basically what the RUN output timebase is), but I think it does make a certain amount of weird sense. (EDIT: Captured as issue #121.) I'm not sure I see the use case for using DBRunner only when there's something in the process queue. That's basically what ProcessQueue -p does. (EDIT: Possibly addressed with #88.) |
Beta Was this translation helpful? Give feedback.
The first is definitely a bug. I hadn't thought about supporting processes that have no inputs and no outputs (which is basically what the RUN output timebase is), but I think it does make a certain amount of weird sense. (EDIT: Captured as issue #121.)
I'm not sure I see the use case for using DBRunner only when there's something in the process queue. That's basically what ProcessQueue -p does. (EDIT: Possibly addressed with #88.)