Skip to content

Commit e9ef3a1

Browse files
committed
#38 screen.py exit value corrected
1 parent d2e123b commit e9ef3a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/python/pipelines/rdkit/screen.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ def main():
121121

122122
if args.meta:
123123
utils.write_metrics(output_base, {'__InputCount__':i, '__OutputCount__':count, 'RDKitScreen':i})
124-
125-
return count
126124

127125
if __name__ == "__main__":
128126
main()

0 commit comments

Comments
 (0)