Skip to content

Commit

Permalink
No fsd
Browse files Browse the repository at this point in the history
  • Loading branch information
awhipp committed Dec 5, 2024
1 parent 9bb67fe commit d42b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def importYaml():
json.dump(inv_names, outfile)

print("Importing region static data YAML")
region_files = glob.glob(os.path.join('sde', 'fsd', 'universe', 'eve', '*', 'region.yaml'))
region_files = glob.glob(os.path.join('universe', 'eve', '*', 'region.yaml'))
print(region_files)
for region_file in region_files:
region = {}
Expand Down

0 comments on commit d42b0e9

Please sign in to comment.