This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
intronaut
/
ProjectManager-mir
mirror of
https://github.com/budRich/ProjectManager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
28
Wiki
Activity
Browse Source
explict catch
master
0.7.11
Randy Lai
3 years ago
parent
9e8ac6861a
commit
bbc5888e6b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
json_file.py
+ 1
- 1
json_file.py
View File
@ -16,7 +16,7 @@ class JsonFile:
content
=
f
.
read
(
)
try
:
data
=
sublime
.
decode_value
(
content
)
except
:
except
Exception
:
sublime
.
message_dialog
(
'
%s
is bad!
'
%
self
.
fpath
)
raise
if
not
data
:
Write
Preview
Loading…
Cancel
Save