Skip to content

Commit 6452e12

Browse files
committed
Check *.py instead of .py.
1 parent 794bd53 commit 6452e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_strategy_indexer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def check_module(module_path,
7474

7575
if __name__ == "__main__":
7676

77-
modules = glob.glob("./axelrod/strategies/*py")
77+
modules = glob.glob("./axelrod/strategies/*.py")
7878
exit_codes = []
7979

8080
for module_path in modules:

0 commit comments

Comments
 (0)