have underlay pages default be empty list
This commit is contained in:
parent
65786931b9
commit
1acc714d5d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ except getopt.GetoptError, e:
|
|||
overwrite = False
|
||||
input_file = None
|
||||
moin_pages_dir = None
|
||||
moin_underlay_pages = None
|
||||
moin_underlay_pages = []
|
||||
output_dir = None
|
||||
for o, a in opts:
|
||||
if o == "--help" or o == "-h":
|
||||
|
|
Loading…
Reference in a new issue