gochan-org / gochan

Multiple spaces found before operator FLK-E221
Style
Minor
2 months agoa year old
multiple spaces before operator
44		except ValueError:
45			raise ValueError("Single test must be of the format /path/to/test.py:TestCaseClass")
46		test_location = single_test[:rindex]
47		test_class  = single_test[rindex+1:]48		if test_location == "" or test_class == "":
49			raise ValueError("Single test must be of the format /path/to/test.py:TestCaseClass")
50		print("Single test module location:", test_location)