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 11packagedcode-msitools==0.101.210706
22regipy==3.1.0
33rpm-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 =
149149 rpm_inspector_rpm >= 4.16.1.3; platform_system == 'Linux'
150150 regipy >= 3.1.0; platform_system == 'Linux'
151151 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'
153153
154154
155155[options.entry_points]
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ packages =
149149 rpm_inspector_rpm >= 4.16.1.3; platform_system == 'Linux'
150150 regipy >= 3.1.0; platform_system == 'Linux'
151151 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'
153153
154154
155155[options.entry_points]
Original file line number Diff line number Diff line change @@ -113,3 +113,11 @@ def _parse(
113113
114114 if TRACE :
115115 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