Fix typo.
This commit is contained in:
parent
47133bdff7
commit
081b7e2dee
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class Extract(dcc.doom_base.Wad):
|
|||
return parser
|
||||
|
||||
def take_action(self, parsed_args):
|
||||
for w in self.load_order()
|
||||
for w in self.load_order():
|
||||
try:
|
||||
# TODO: handle anything other than graphics.
|
||||
wad = omg.WadIO(w)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue