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 9a9ae73 commit 0bb583eCopy full SHA for 0bb583e
src/tcl_files/binding.tcl
@@ -176,7 +176,7 @@ proc job_get_binding_active {job_id array_name} {
176
177
# e.g. v01701.fritz.box=SCC,v01702.fritz.box=SCC
178
foreach binding [split $binding_list ","] {
179
- if {[regexp {([a-zA-Z0-9.]+)=([a-zA-Z]+)} $binding all hostname topology_string]} {
+ if {[regexp {([a-zA-Z0-9.-]+)=([a-zA-Z]+)} $binding all hostname topology_string]} {
180
set hostname [get_short_hostname $hostname]
181
set bindings($hostname) $topology_string
182
}
0 commit comments