Skip to content

Commit

Permalink
Update sde_to_json.py
Browse files Browse the repository at this point in the history
  • Loading branch information
awhipp authored Dec 4, 2024
1 parent e276110 commit 52d1397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sde_to_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def importYaml():
with open('invTypes.json') as infile:
inv_typesy = json.load(infile)
else:
print('Load invTypes YAML')
with open(r'sde/fsd/typeIDs.yaml', encoding="utf8") as infile:
print('Load invTypes or types YAML')
with open(r'sde/fsd/types.yaml', encoding="utf8") as infile:
inv_typesy = yaml.load(infile, Loader = Loader)

with open('invTypes.json', 'w', encoding='utf-8') as outfile:
Expand Down

0 comments on commit 52d1397

Please sign in to comment.