Skip to content

Commit

Permalink
KS-changing check data to have a warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ksinghal28 committed Oct 14, 2022
1 parent f39a223 commit d0fb22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agfusion/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __next__(self):
def _check_data(self):
if len(self.fusions) == 0:
# self.logger.error("Read 0 fusions from the file! Exiting...")
self.logger.warning("WARNING- NO FUSIONS AT ALL")
pass
else:
self.logger.info(
Expand Down

0 comments on commit d0fb22c

Please sign in to comment.