lundi 1 août 2016

I am getting a syntax error when trying to lock a label in ClearCase in a python script

I am new to python and I am trying to execute a cleartool lock command.

Here is my code:

 def lock_label(lname):
        os.system('cleartool lock lbtype:' + lname'@vob:/cm_data/jupsw')

lname is my variable name

Aucun commentaire:

Enregistrer un commentaire