]>
glassweightruler.freedombox.rocks Git - waydroid.git/blob - tools/config/save.py
1 # Copyright 2021 Oliver Smith
2 # SPDX-License-Identifier: GPL-3.0-or-later
8 logging
.debug("Save config: " + args
.config
)
9 os
.makedirs(os
.path
.dirname(args
.config
), 0o700, True)
10 with open(args
.config
, "w") as handle
: