check is sway config exists

This commit is contained in:
piotr 2022-02-13 14:50:52 +01:00
parent 6c79e1ddd6
commit 1afe8d63e6

View File

@ -125,7 +125,7 @@ def main():
try:
if os.path.isfile(src):
copy(src, dst)
backup = True
backup = True
except Exception as e:
print("Error: {}".format(e))
a = input("Proceed with installation? y/n ")