Skip to content

Commit

Permalink
Add requirements in setup.cfg
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed Feb 16, 2024
1 parent 49d8acd commit ac471ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ python_requires = >=3.7
install_requires =
plugincode
scancode-toolkit
typecode
commoncode

[options.entry_points]

Expand Down
2 changes: 0 additions & 2 deletions src/go_inspector/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from commoncode import fileutils
from commoncode.cliutils import SCAN_GROUP
from commoncode.cliutils import PluggableCommandLineOption
from commoncode.functional import flatten
from plugincode.scan import ScanPlugin
from plugincode.scan import scan_impl
from typecode import contenttype
Expand Down Expand Up @@ -127,7 +126,6 @@ def collect_and_parse_symbols(location, **kwargs):
)

if rc != 0:
print("Error running goresym ", open(err).read())
raise Exception(open(err).read())

with open(stdo) as syms:
Expand Down

0 comments on commit ac471ef

Please sign in to comment.