Skip to content

Commit 4e455ac

Browse files
committed
Revert "lib/data_store.rb: resolve 'from_data': undefined method each' for nil:NilClass'"
This reverts commit 5e2a369. It requires to call MResultRootTableSet.create_tables_layout properly, and no need for this explicit fix of missing layout.yaml. Signed-off-by: Philip Li <[email protected]>
1 parent f1f07c8 commit 4e455ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/data_store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def load
7474
begin
7575
elayout = load_yaml path(CONFIG_FILE)
7676
rescue StandardError
77-
elayout = { MAPS => [], COMPRESS_MATRIX => nil }
77+
elayout = {}
7878
end
7979
from_data elayout
8080
end

0 commit comments

Comments
 (0)