Browse Source

Fixed duplicate pylint call (which has been present for 3 months!)

Geoffrey Irons 7 years ago
parent
commit
ab3639493f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -7,7 +7,6 @@ GODOT = godot
 
 
 pylint:
 pylint:
 	$(PYLINT) io_scene_godot
 	$(PYLINT) io_scene_godot
-	$(PYLINT) io_scene_godot
 
 
 pep8:
 pep8:
 	$(PEP8) io_scene_godot
 	$(PEP8) io_scene_godot