From f1d5322279328a2a176e43056f78a50812db55f1 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 20 Jul 2012 17:00:15 -0400 Subject: reset.py: Remove advisory for 64-bit Linux. We test on that platform now, and it does work. Signed-off-by: Marti Bolivar --- support/scripts/reset.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/scripts/reset.py b/support/scripts/reset.py index 2a876d6..6a24f6a 100755 --- a/support/scripts/reset.py +++ b/support/scripts/reset.py @@ -64,8 +64,6 @@ def choose_among_options(options): plat_sys = platform.system() plat_bits = platform.architecture()[0] if plat_sys == 'Linux': - if plat_bits == '64bit': - print('You are using 64-bit Linux. Let us know if this works.') maple_path = unix_get_maple_path('ttyACM') # fall back on /dev/maple if that doesn't work if maple_path is None: -- cgit v1.2.3