Verified Commit f1017c67 authored by FC (Fay) Stegerman's avatar FC (Fay) Stegerman 🏳️‍🌈
Browse files

update pyzip regex for latest file(1)

parent 4380d64a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ sub get_normalizer_for_file($) {
	}

	# pyzip - check last due to call to file(1)
	if (_get_file_type($_) =~ m/python3 script executable \(binary data\)/) {
	if (_get_file_type($_) =~ m/python3 script executable \((Zip archive|binary data)\)/) {
		my $handler = _handler('pyzip');
		return $handler
		  if File::StripNondeterminism::handlers::pyzip::is_pyzip_file($_);