Morpheus / Mbed OS mbed-Client-Morpheus-hg

Dependencies:   mbed-os

Revision:
43:8a4a902a0654
Parent:
42:58b35941ebd0
Child:
44:5ff277e7f754
--- a/neo.py	Wed Mar 30 16:10:42 2016 -0500
+++ b/neo.py	Wed Mar 30 16:12:38 2016 -0500
@@ -378,7 +378,7 @@
     repo = Repo.fromrepo()
     for lib in repo.libs:
         lib.synch()
-        lib.save()
+        lib.write()
 
 # Compile command
 @subcommand('compile', 'args*',
@@ -427,6 +427,11 @@
         + args,
         env=env)
 
+## List command
+#@subcommand('list',
+#    help='list recursive libraries')
+#def 
+
 # Parse/run command
 args, remainder = parser.parse_known_args()
 status = args.command(args)