Skip to content
Snippets Groups Projects
Commit 63aace34 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

redirect wdq3 diagnostic output

parent 605effa5
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,14 @@ while (my $arg= shift (@ARGV)) ...@@ -62,9 +62,14 @@ while (my $arg= shift (@ARGV))
($fnm, $data_dir, $out_dir)= WikiData::Utils::get_paths ($date, $seq) if ($upd_paths); ($fnm, $data_dir, $out_dir)= WikiData::Utils::get_paths ($date, $seq) if ($upd_paths);
my $fnm_authctrl_json= join ('/', $data_dir, 'authctrl.json'); my $fnm_authctrl_json= join ('/', $data_dir, 'authctrl.json');
my $fnm_authctrl_tsv= join ('/', $data_dir, 'authctrl.tsv'); my $fnm_authctrl_tsv= join ('/', $data_dir, 'authctrl.tsv');
my $fnm_diag= join ('/', $data_dir, '@wdq3.diag');
open (DIAG, '>:utf8', $fnm_diag); # or be grumpy about that
parse_authctrl($fnm_authctrl_json, $fnm_authctrl_tsv); parse_authctrl($fnm_authctrl_json, $fnm_authctrl_tsv);
close (DIAG);
exit (0); exit (0);
sub usage sub usage
...@@ -150,7 +155,7 @@ sub parse_authctrl ...@@ -150,7 +155,7 @@ sub parse_authctrl
close (FO); close (FO);
print __LINE__, " P31: ", main::Dumper(\%p31); print DIAG __LINE__, " P31: ", main::Dumper(\%p31);
$fo_lines; $fo_lines;
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment