Skip to content

Commit

Permalink
Fix inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pontus committed Oct 12, 2023
1 parent a214e34 commit 41fc43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/pdc_kth.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def cluster = "unknown"
try {
cluster = ['/bin/bash', '-c', 'sacctmgr show cluster -n | grep -o "^\s*[^ ]*\s*"'].execute().text.trim()
} catch (java.io.IOException e) {
System.err.println("WARNING: Could not run scluster, defaulting to dardel")
System.err.println("WARNING: Could not run scluster, defaulting to unknown")
}

params {
Expand Down

0 comments on commit 41fc43f

Please sign in to comment.