mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 12:52:02 +00:00
Fix iteration over Nonetype.
This commit is contained in:
parent
28a71d28d3
commit
7a3f0ef6dc
@ -85,6 +85,7 @@ if __name__ == '__main__':
|
||||
op.add_option("-D", "--define",
|
||||
action = "append",
|
||||
dest = "defines",
|
||||
default = [],
|
||||
help = "Define (empty) preprocessor macros, for campaign/multiplayer inclusion.")
|
||||
(options, args) = op.parse_args()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user