<div dir="ltr">I am seeing what I think might be a bug with sacct.  When I do the following:<br><br><b><span style="font-family:monospace">> sbatch --export=NONE --wrap='uname -a' --exclusive</span><br></b><div><font face="monospace"><b>Submitted batch job 2869585</b></font></div><div><br></div><div>Then, I ask sacct for the SubmitLine, as such:</div><div><br><font face="monospace"><b>> sacct -j 2869586 -o "SubmitLine%-70"<br>SubmitLine<br>----------------------------------------------------------------------<br>sbatch --export=NONE --wrap=uname -a --exclusive</b><br></font></div><div><br></div><div>As you can see, the quotes around 'uname -a' are gone.  Hence, that submit line is not a valid sbatch commandline:</div><div><br></div><div><font face="monospace"><b>> sbatch --export=NONE --wrap=uname -a --exclusive<br>sbatch: error: Batch job submission failed: Invalid job array specification</b></font><br></div><div><br></div><div>Like I said, I suspect this is a bug with sacct.  But I want to make sure.  Can I somehow "peek" inside the accounting DB to see if the quotes are there?  </div><div><br></div><div>Perhaps there is an interaction with my bash shell, that's stripping the quotes?  This seems unlikely to me.</div><div><br></div><div>Thanks in advance!</div><div><br></div><div>David</div></div>