mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
none
This commit is contained in:
@@ -189,9 +189,9 @@ def main():
|
||||
args = parser.parse_args()
|
||||
# fmt: on
|
||||
|
||||
if args.extensions == []:
|
||||
if not args.extensions:
|
||||
args.extensions = imgext
|
||||
if args.exclude == []:
|
||||
if not args.exclude:
|
||||
args.exclude = notlist
|
||||
if not args.root.endswith("/"):
|
||||
args.root += "/"
|
||||
|
||||
Reference in New Issue
Block a user