Skip to content

Commit 044870a

Browse files
committed
Actually count is an attribute, so no special handling for that
1 parent 5cf6f16 commit 044870a

File tree

1 file changed

+0
-3
lines changed
  • cogkit/modules/provider-localscheduler/src/org/globus/cog/abstraction/impl/scheduler/common

1 file changed

+0
-3
lines changed

cogkit/modules/provider-localscheduler/src/org/globus/cog/abstraction/impl/scheduler/common/AbstractExecutor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,6 @@ protected String replaceVars(String str, String hostFile) {
669669
if (attr != null) {
670670
sb.append(attr.toString());
671671
}
672-
else if (name.equals("count")) {
673-
sb.append(String.valueOf(count));
674-
}
675672
else if (name.equals("nodefile") || name.equals("hostfile")) {
676673
sb.append(hostFile);
677674
}

0 commit comments

Comments
 (0)