qtop
qtop copied to clipboard
easy feature request: perform a dirname on the -s parameter
instead of failing, we could be striping away the filename, ie. dirname
$ module load sge;./qtop/qtop.py -FGrr -s myqtoptest/qstat.F.xml.stdout
Traceback (most recent call last):
File "./qtop/qtop.py", line 2358, in <module>
options = init_dirs(options, savepath)
File "./qtop/qtop.py", line 780, in init_dirs
os.chdir(options.workdir)
OSError: [Errno 20] Not a directory: '/home/robinhood/myqtoptest/qstat.F.xml.stdout'
or, you know, you could just type in what the command expects ...