File size: 237 Bytes
c19ca42
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8


def preload(parser):
    parser.add_argument(
        "--image-browser-tmp-db",
        action="store_true",
        help="Copy database file to and from /tmp when transacting (workaround for filesystems sqlite does not support)"
    )