eep_i2c.py: Fix cptest path handling.

pull/23/head
Peter Hinch 2024-01-07 18:05:40 +00:00
rodzic 0a1bdce0d2
commit 4a8c00bf98
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -132,7 +132,6 @@ def cptest(eep=None): # Assumes pre-existing filesystem of either type
print("Mounted device.")
cp(__file__, "/eeprom/")
# We may have the source file or a precompiled binary (*.mpy)
# suffix = __file__[__file__.rfind('.'):]
cp(__file__.replace("eep", "eeprom"), "/eeprom/")
print('Contents of "/eeprom": {}'.format(uos.listdir("/eeprom")))
print(uos.statvfs("/eeprom"))