gochan-org / gochan

Multiple spaces found after operator FLK-E222
Style
Minor
2 months agoa year old
multiple spaces after operator
40
41		rindex = -1
42		try:
43			rindex =  single_test.rindex(":")44		except ValueError:
45			raise ValueError("Single test must be of the format /path/to/test.py:TestCaseClass")
46		test_location = single_test[:rindex]