Dir.glob got stuck

following code is stuck and it is not moving further in a custom plugin

temp_dir = /tmp
#{METADATA_FILE_EXTENSION} = .metadata

metadata_files = Dir.glob(temp_dir, "**" "*#{METADATA_FILE_EXTENSION}")

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.