File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
packagedcode-msitools==0.101.210706
2
2
regipy==3.1.0
3
3
rpm-inspector-rpm==4.16.1.3.210404
4
- go-inspector==0.3.1
4
+ go-inspector==0.5.0
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ packages =
149
149
rpm_inspector_rpm >= 4.16.1.3; platform_system == 'Linux'
150
150
regipy >= 3.1.0; platform_system == 'Linux'
151
151
packagedcode_msitools >= 0.101.210706; platform_system == 'Linux'
152
- go-inspector >= 0.3.1 ; platform_system == 'Linux'
152
+ go-inspector >= 0.5.0 ; platform_system == 'Linux'
153
153
154
154
155
155
[options.entry_points]
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ packages =
149
149
rpm_inspector_rpm >= 4.16.1.3; platform_system == 'Linux'
150
150
regipy >= 3.1.0; platform_system == 'Linux'
151
151
packagedcode_msitools >= 0.101.210706; platform_system == 'Linux'
152
- go-inspector >= 0.3.1 ; platform_system == 'Linux'
152
+ go-inspector >= 0.5.0 ; platform_system == 'Linux'
153
153
154
154
155
155
[options.entry_points]
Original file line number Diff line number Diff line change @@ -113,3 +113,11 @@ def _parse(
113
113
114
114
if TRACE :
115
115
raise
116
+
117
+ except Exception as e :
118
+ # We should continue when an Exception has occured when trying to
119
+ # recognize a package
120
+ if TRACE :
121
+ logger_debug (f'_parse: Exception: { str (e )} ' )
122
+
123
+ continue
You can’t perform that action at this time.
0 commit comments