Changeset 30370
- Timestamp:
- Jan 25, 2011, 3:58:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/czartool/Pantasks.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/czartool/Pantasks.pm
r29076 r30370 120 120 chomp($line); 121 121 if (!$self->outputOk($line)) {return \@labels;} 122 if ($line =~ m/pantasks:\s+/) {$passedHeader=1; next;} 122 123 # sometimes a label can be on the same line as the panstasks prompt 124 if ($line =~ m/pantasks: (.*)/) { 125 if (length($1) > 0) {push(@labels, $1);} 126 $passedHeader=1; next; 127 } 123 128 if ($passedHeader) {push(@labels, $line);} 124 129 }
Note:
See TracChangeset
for help on using the changeset viewer.
