diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-07-20 17:00:15 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-07-20 17:00:15 -0400 |
commit | f1d5322279328a2a176e43056f78a50812db55f1 (patch) | |
tree | e3bd62cf7256ee584898f6fe714ae16616890a2e /support/scripts/reset.py | |
parent | 7cd857135c3e33c53e02ae5d0fe9d7cc7fcfa5d9 (diff) | |
download | librambutan-f1d5322279328a2a176e43056f78a50812db55f1.tar.gz librambutan-f1d5322279328a2a176e43056f78a50812db55f1.zip |
reset.py: Remove advisory for 64-bit Linux.
We test on that platform now, and it does work.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support/scripts/reset.py')
-rwxr-xr-x | support/scripts/reset.py | 2 |
1 files changed, 0 insertions, 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: |