Skip to content
Snippets Groups Projects
Commit dd609a56 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Merge branch 'bw_hive_sync_critical_fix' into 'develop'

Fixed critical bug in testing option processing leading whole hive sync to fail.

See merge request !404
parents d90efed9 ca374a04
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!404Fixed critical bug in testing option processing leading whole hive sync to fail.
...@@ -280,7 +280,7 @@ class Sync: ...@@ -280,7 +280,7 @@ class Sync:
Community.start_block = self._conf.get("community_start_block") Community.start_block = self._conf.get("community_start_block")
paths = self._conf.get("mock_block_data_path") paths = self._conf.get("mock_block_data_path") or []
for path in paths: for path in paths:
self.load_mock_data(path) self.load_mock_data(path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment