Skip to content

Commit

Permalink
Rename Util.py to util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
springvalley authored Feb 20, 2024
1 parent 8f00b11 commit cf1361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WMS/Util.py → WMS/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def write_file(file_path, data):
json.dump(data, file)
return 1
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to write config to json file: {str(e)}")
raise HTTPException(status_code=500, detail=f"Failed to write config to json file: {str(e)}")

0 comments on commit cf1361c

Please sign in to comment.