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