We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0361bb commit c621ac0Copy full SHA for c621ac0
build_events_catalog.rb
@@ -28,7 +28,7 @@ def configure
28
end
29
30
def read_domains
31
- Dir.entries(SOURCE_PATH).select { |entry| File.directory?("#{SOURCE_PATH}#{entry}") }
+ Dir.entries(SOURCE_PATH).select { |entry| File.directory?("#{SOURCE_PATH}#{entry}") and !(entry == '.' || entry == '..') }
32
33
34
def source_domain_directory(domain)
0 commit comments