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 3a3f81f commit f6b9322Copy full SHA for f6b9322
cache_data_as_yaml.rb
@@ -7,9 +7,6 @@
7
# Earth data: from RasPi's Clubs API: https://clubs-api.raspberrypi.org
8
EARTH_YAML_PATH = '_data/earth.yml'
9
10
-# Ensure _data directory exists
11
-FileUtils.mkdir_p('_data')
12
-
13
# Load Earth data (use string keys, not symbols)
14
dojos_earth = JSON.load(File.read('dojos_earth.json'),
15
nil,
0 commit comments