You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error("Cannot import program in the specified location \"%s\" because it's already part of a program.\nPlease change your working directory to a different location or use command \"add\" to import the URL as a library."%os.path.abspath(repo.path), 1)
895
+
error("Cannot import program in the specified location \"%s\" because it's already part of a program.\nPlease change your working directory to a different location or use command \"mbed add\" to import the URL as a library."%os.path.abspath(repo.path), 1)
error("This %s is in detached HEAD state, and you won't be able to receive updates from the remote repository until you either checkout a branch or create a new one.\nYou can checkout a branch using \"%s checkout <branch_name>\" command before running \"mbed update\"."% (cwd_type, repo.scm.name), 1)
1027
1034
1028
1035
# Fetch from remote repo
1029
-
action("Updating %s \"%s\" to %s"% (cwd_typeiftopelsecwd_dest, os.path.basename(repo.path) iftopelserelpath(cwd_root, repo.path), "rev #"+revifrevelse"latest revision in the current branch"))
0 commit comments