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()
|
l = f.readline()
|
||||||
if not l:
|
if not l:
|
||||||
break
|
break
|
||||||
|
if l[0] == "#":
|
||||||
|
continue
|
||||||
to_install.append(l.rstrip())
|
to_install.append(l.rstrip())
|
||||||
elif opt == "--debug":
|
elif opt == "--debug":
|
||||||
debug = True
|
debug = True
|
||||||
|
|
Ładowanie…
Reference in New Issue