PyFoam.Applications.CommonVCSCommit module

Class that implements the common functionality commiting cases to the VCS

class PyFoam.Applications.CommonVCSCommit.CommonVCSCommit[source]

Bases: object

The class that defines options for commiting cases

addOptions()[source]
checkAndCommit(sol, msg=None)[source]
Parameters:
  • sol – SolutionDirectory that should be commited
  • msg – The commit message that should be used if none is specified by the user