kopia lustrzana https://github.com/micropython/micropython-lib
upip: Allow to have commented packages in requirements.txt.
rodzic
9b1f0105a5
commit
aa02e41056
|
@ -275,6 +275,8 @@ def main():
|
|||
l = f.readline()
|
||||
if not l:
|
||||
break
|
||||
if l[0] == "#":
|
||||
continue
|
||||
to_install.append(l.rstrip())
|
||||
elif opt == "--debug":
|
||||
debug = True
|
||||
|
|
Ładowanie…
Reference in New Issue