Python ClearCase Download Vobs Popen Password BASH Program Sketchy

前端 未结 1 1776
迷失自我
迷失自我 2020-12-11 12:01

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 Tr

相关标签:
1条回答
  • 2020-12-11 12:27

    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.

    0 讨论(0)
提交回复
热议问题