OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, message, failed_files, valid_files, failed_reasons) |
def | __str__ (self) |
Data Fields | |
failed_files | |
failed_reasons | |
valid_files | |
Thrown if a file could not be checked out from the index as it contained changes. The .failed_files attribute contains a list of relative paths that failed to be checked out as they contained changes that did not exist in the index. The .failed_reasons attribute contains a string informing about the actual cause of the issue. The .valid_files attribute contains a list of relative paths to files that were checked out successfully and hence match the version stored in the index
def __init__ | ( | self, | |
message, | |||
failed_files, | |||
valid_files, | |||
failed_reasons | |||
) |
def __str__ | ( | self | ) |
failed_files |
failed_reasons |
valid_files |