Skip to content

Commit 3b72e9c

Browse files
committed
Sigh
1 parent 378bb13 commit 3b72e9c

File tree

1 file changed

+4
-2
lines changed
  • etl/js/config/supremm/dataset_maps

1 file changed

+4
-2
lines changed

etl/js/config/supremm/dataset_maps/pcp.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ module.exports = function(config) {
3232
if (job.procDump.constrained.length > 0) {
3333
return {
3434
executable: job.procDump.constrained[0],
35-
name: 'uncategorized'
35+
name: 'uncategorized',
36+
realname: 'uncategorized'
3637
};
3738
}
3839
if (job.procDump.unconstrained.length > 0) {
3940
return {
4041
executable: job.procDump.unconstrained[0],
41-
name: 'uncategorized'
42+
name: 'uncategorized',
43+
realname: 'uncategorized'
4244
};
4345
}
4446
}

0 commit comments

Comments
 (0)