We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378bb13 commit 3b72e9cCopy full SHA for 3b72e9c
etl/js/config/supremm/dataset_maps/pcp.js
@@ -32,13 +32,15 @@ module.exports = function(config) {
32
if (job.procDump.constrained.length > 0) {
33
return {
34
executable: job.procDump.constrained[0],
35
- name: 'uncategorized'
+ name: 'uncategorized',
36
+ realname: 'uncategorized'
37
};
38
}
39
if (job.procDump.unconstrained.length > 0) {
40
41
executable: job.procDump.unconstrained[0],
42
43
44
45
46
0 commit comments