MantisBT - Rosetta
View Issue Details
0000353Rosetta[All Projects] Bad Codingpublic2014-10-06 18:152014-11-28 15:18
rmoretti 
 
normalminoralways
newopen 
 
 
JD2
various
0000353: "did you forget to pass -overwrite?" printed even if no jobs are considered.
In JD2, the "did you forget to pass -overwrite?" help message is printed even in cases where it wouldn't actually do anything - for example, if there weren't any jobs even considered.
No tags attached.
Issue History
2014-10-06 18:15rmorettiNew Issue
2014-11-28 15:18pconerlyNote Added: 0000353

Notes
(0000353)
pconerly   
2014-11-28 15:18   
This comes from `/main/source/src/protocols/jd2/JobDistributor.cc`, line 658, it's from checking the `tried_jobs` variable as oppose to checking a hypothetical `jobs_given` variable.

(I'm still learning the codebase and I'm not sure what the entrypoint is to repro this bug.)