Fix show-stopper in rezhex

This commit is contained in:
Elliot Nunn 2020-06-23 13:45:32 +08:00
parent a2b1ce9e35
commit e7fafad400
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ for base in args.base:
do_file(path.join(base, f))
else:
if not is_valid_base(hqx):
if not is_valid_base(base):
exit('Base names cannot have a .hqx/.idump/.rdump extension')
do_file(base)