We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 765519a + 0210c6b commit 01d63f2Copy full SHA for 01d63f2
arduino-core/src/processing/app/packages/UserLibrary.java
@@ -131,9 +131,9 @@ public static UserLibrary create(File libFolder) throws IOException {
131
if (category == null)
132
category = "Uncategorized";
133
if (!CATEGORIES.contains(category)) {
134
- category = "Uncategorized";
135
System.out.println("WARNING: Category '" + category + "' in library " +
136
properties.get("name") + " is not valid. Setting to 'Uncategorized'");
+ category = "Uncategorized";
137
}
138
139
String license = properties.get("license");
0 commit comments