Skip to content

Commit

Permalink
filepath alter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jashcraf committed Nov 8, 2023
1 parent bf831d7 commit 9b0ca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poke/materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]

def get_abs_path(file):
fullpth = matfilepath+'material_data/'+file
fullpth = matfilepath+'poke/material_data/'+file
return fullpth

def create_index_model(material,verbose=False):
Expand Down

0 comments on commit 9b0ca2d

Please sign in to comment.