Skip to content

Commit

Permalink
Update BMT.pyw to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlafKing committed Jul 17, 2023
1 parent 51d2409 commit 0658d70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BMT.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ class MergeToolGUI:
except demjson3.JSONDecodeError as e:
print("Unable to fix JSON:", e)
return None
except FileNotFoundError:
return None

def update_dependency_names(s, dependencies):
updated_dependencies = {}
Expand Down

0 comments on commit 0658d70

Please sign in to comment.