mirror of
https://github.com/elliotnunn/macresources.git
synced 2024-12-13 10:29:07 +00:00
Fix show-stopper in rezhex
This commit is contained in:
parent
a2b1ce9e35
commit
e7fafad400
@ -87,7 +87,7 @@ for base in args.base:
|
|||||||
do_file(path.join(base, f))
|
do_file(path.join(base, f))
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if not is_valid_base(hqx):
|
if not is_valid_base(base):
|
||||||
exit('Base names cannot have a .hqx/.idump/.rdump extension')
|
exit('Base names cannot have a .hqx/.idump/.rdump extension')
|
||||||
|
|
||||||
do_file(base)
|
do_file(base)
|
||||||
|
Loading…
Reference in New Issue
Block a user