RefactoringTool: ### In file server\euclid.py ###
RefactoringTool: Line 147: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: Line 147: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: Line 367: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: Line 367: cannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence
RefactoringTool: ### In file server\Predefs\Heroes\Sniper.py ###
RefactoringTool: Line 192: You should use a for loop here
When trying to convert python 3 to 3, I am getting above error.
Anyone can advice