Loading client/vos_data +2 −4 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
client/vos_data +2 −4 Original line number Diff line number Diff line Loading @@ -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: Loading