Skip to content

Commit aa6f2e2

Browse files
authored
Fixes NameError related to Pathname (#23)
Fixes exiftool.rb:49:in `initialize': uninitialized constant Exiftool::Pathname (NameError) when multiget is used.
1 parent b8ff341 commit aa6f2e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/exiftool.rb

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
require 'shellwords'
55
require 'exiftool/result'
66
require 'forwardable'
7+
require 'pathname'
78

89
# Exiftool Class
910
class Exiftool

0 commit comments

Comments
 (0)