print libraries
This commit is contained in:
parent
1eabd339f5
commit
83a347b22f
1 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ try:
|
||||||
except OSError:
|
except OSError:
|
||||||
pass # no library properties
|
pass # no library properties
|
||||||
|
|
||||||
|
print("Home: ", os.environ["HOME"])
|
||||||
|
print("Libraries installed: ", print(glob.glob(os.environ['HOME']+'/Arduino/libraries/*')))
|
||||||
|
|
||||||
################################ Test platforms
|
################################ Test platforms
|
||||||
platforms = []
|
platforms = []
|
||||||
success = 0
|
success = 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue