Merge pull request #6 from TannerSchultz2006/main

Fixed spelling in error messages
pull/179/merge^2
huakim 9 months ago committed by GitHub
commit 8b057a578e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ def use_overlayfs():
cfg = configparser.ConfigParser()
cfg_file = os.environ.get("WAYDROID_CONFIG", "/var/lib/waydroid/waydroid.cfg")
if not os.path.isfile(cfg_file):
Logger.error("Cannot locate waydroid config file, reinit wayland and try again!")
Logger.error("Cannot locate waydroid config file, reinit waydroid and try again!")
sys.exit(1)
cfg.read(cfg_file)
if "waydroid" not in cfg:

@ -32,7 +32,7 @@ def get_image_dir():
cfg = configparser.ConfigParser()
cfg_file = os.environ.get("WAYDROID_CONFIG", "/var/lib/waydroid/waydroid.cfg")
if not os.path.isfile(cfg_file):
Logger.error("Cannot locate waydroid config file, reinit wayland and try again!")
Logger.error("Cannot locate waydroid config file, reinit waydroid and try again!")
sys.exit(1)
cfg.read(cfg_file)
if "waydroid" not in cfg:

Loading…
Cancel
Save