We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ac262 commit f158118Copy full SHA for f158118
data/autoLabel/createJson.js
@@ -32,6 +32,7 @@ async function createAutoLabelingJson() {
32
try {
33
Molecule.fromIDCode(idCode);
34
} catch {
35
+ // eslint-disable-next-line no-console
36
console.log(molfile);
37
continue;
38
}
0 commit comments