Python ClearCase Download Vobs Popen Password BASH Program Sketchy
I coded this program yesterday and it was actually working except for when run by CRON. Today, I ran the same script and it does not work. The script will run without any Traceback
Solution 1:
Try and not use setview
.
You do not need it and you can use the full path of the view instead.
cleartool startview yourDynamicView
cd /view/yourDynamicView/vobs/yourVob
I have mentioned before the danger of using setview ("Python and ClearCase setview").
It creates a subprocess within your subprocess, which is not needed here.
Post a Comment for "Python ClearCase Download Vobs Popen Password BASH Program Sketchy"