Commit a02ee6ad authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Code cleanup.

parent 855bd1bf
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -74,13 +74,11 @@ DESCRIPTION
                    print("\nPlease, use CTRL+C to quit.")
                except KeyboardInterrupt:
                    sys.exit("\nCTRL+C detected. Exiting...")
            print()
            print("!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
            print("\n!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
            print("! If you confirm, all your data on the transfer node will be !")
            print("! available in read-only mode for all the time the storage   !")
            print("! process is running.                                        !")
            print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
            print()
            print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n")
            confirm = None
            while not confirm in ( "yes", "no" ):
                try: