Skip to content
Snippets Groups Projects
Commit 1f517d6b authored by Magali Ruffier's avatar Magali Ruffier
Browse files

close filehandle to avoid messy parsing

parent 756b5f2b
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,7 @@ sub fetch_files {
return ();
}
print OUT $response->{content};
close OUT;
}
push( @processed_files, $file_path );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment