MCPcopy Create free account
hub / github.com/git/git / P4CommandException

Class P4CommandException

git-p4.py:811–818  ·  view source on GitHub ↗

Something went wrong calling p4 which means we have to give up.

Source from the content-addressed store, hash-verified

809
810
811class P4CommandException(P4Exception):
812 """Something went wrong calling p4 which means we have to give up."""
813
814 def __init__(self, msg):
815 self.msg = msg
816
817 def __str__(self):
818 return self.msg
819
820
821def isModeExecChanged(src_mode, dst_mode):

Callers 1

importRevisionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected