DebugClients/Python/coverage/cmdline.py

changeset 3499
f2d4b02c7e88
parent 3497
7f51ab29a1a2
child 4489
d0d6e4ad31bd
equal deleted inserted replaced
3498:60f663154789 3499:f2d4b02c7e88
740 if err.args: 740 if err.args:
741 status = err.args[0] 741 status = err.args[0]
742 else: 742 else:
743 status = None 743 status = None
744 return status 744 return status
745
746 #
747 # eflag: FileType = Python2

eric ide

mercurial