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
"%s \"%s\" in \"%s\" is a local repository.\nPlease associate it with a remote repository URL before attempting to publish.\n"
2062
-
"Read more about publishing local repositories here:\nhttps://github.com/ARMmbed/mbed-cli/#publishing-local-program-or-library"% ("Program"iftopelse"Library", repo.name, repo.path, repo.scm.name), 1)
2064
+
"Read more about publishing local repositories here:\nhttps://github.com/ARMmbed/mbed-cli/#publishing-local-program-or-library"% ("Program"iftopelse"Library", repo.name, repo.path), 1)
# Compare library references (.lib) before and after update, and remove libraries that do not have references in the current revision
2158
2160
forlibinrepo_orig.libs:
2159
2161
ifnotos.path.isfile(lib.lib) andos.path.isdir(lib.path): # Library reference doesn't exist in the new revision. Will try to remove library to reproduce original structure
dict(name='--app-config', dest="app_config", help="Path of an app configuration file (Default is to look for 'mbed_app.json')"),
2491
2491
dict(name='--test-config', dest="test_config", help="Path or mbed OS keyword of a test configuration file. Example: ethernet, odin_wifi, or path/to/config.json"),
2492
2492
help='Find, build and run tests',
2493
-
description=("Find, build, and run tests in a program and libraries"))
2493
+
description="Find, build, and run tests in a program and libraries")
0 commit comments