We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e258713 commit cc0ce2cCopy full SHA for cc0ce2c
src/label_data_utils.ts
@@ -4,7 +4,7 @@ import { readFileAsObj } from './utils';
4
5
export type PlatformNames = 'GitHub' | 'Gitee' | 'AtomGit' | 'GitLab.com' | 'GitLab.cn' | 'Gitea';
6
7
-const labelInputDir = '../labeled_data';
+const labelInputDir = '../../labeled_data';
8
const labelInputPath = path.join(__dirname, labelInputDir);
9
10
const checkKeysAndTypes = {
0 commit comments