--- putusb/nv.py 2013-05-29 08:35:43.102606271 +0300 +++ putusb/nv.py 2013-05-29 09:09:53.000000000 +0300 @@ -5,8 +5,7 @@ try: dev = putusb.NvidiaUsb() except putusb.NoDev: - sys.stderr.write("No tegra device detected. Check device ownership and - cable\n") + sys.stderr.write("No tegra device detected. Check device ownership and cable\n") sys.exit(1) dev.boot("bin/tegra_pre_boot.bin", "bin/fastboot.stock.bin")