Commit a084ab6f authored by Dr.李's avatar Dr.李

fixed error for python 3.5

parent 4517ca55
......@@ -47,7 +47,7 @@ def _map_factors(factors: Iterable[str], used_factor_tables) -> Dict:
break
if not factor_cols:
raise ValueError(f"some factors in <{factors}> can't be find")
raise ValueError("some factors in <{0}> can't be find".format(factors))
return factor_cols
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment