Skip to content

Commit

Permalink
oh lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Aug 22, 2024
1 parent 90ed63a commit 48bad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daedalus_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main(argv=None):

if args.get("remove_volumes"):
print("WARNING! THIS WILL REMOVE ALL VOLUMES CAUSING " +
"IRREVERSIBLE DATA LOSS!")
"IRREVERSIBLE DATA LOSS!")
if input("Do you want to continue? [yes/no] ") != "yes":
print("Not continuing")
return
Expand Down

0 comments on commit 48bad38

Please sign in to comment.