Skip to content

Commit

Permalink
name the grouped file so people don't have to guess
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Apr 28, 2024
1 parent b0c51d3 commit 3fd8867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarracenia/flowcb/filter/wmo00_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def after_accept(self,worklist):
logger.info( f"grouping file {self.grouped_file} written {msg['size']} bytes, {record_no-1} records" )
worklist.incoming=[ msg ]
else:
logger.error( f"empty grouping file being ignored and removed." )
logger.error( f"empty grouping file {self.grouped_file} being ignored and removed." )
os.unlink( self.grouped_file )


Expand Down

1 comment on commit 3fd8867

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report •
FileStmtsMissCoverMissing
flowcb/filter
   wmo00_write.py1121120%55–62, 65, 67, 69, 72–77, 79–81, 84–88, 90–91, 94, 96–98, 100, 102, 104–109, 111–112, 114, 116, 118–120, 122, 125, 127–128, 130–133, 135–143, 145–147, 150–152, 154, 156, 160–163, 165, 167, 169, 172, 174–175, 177, 179–180, 182, 186, 190–192, 194–196, 198, 200–207, 210–211, 213–215, 217–218, 222, 224–225, 227
TOTAL156011276018% 

Test Results

Tests Skipped Failures Errors Time
209 8 💤 0 ❌ 0 🔥 15.596s ⏱️

Please sign in to comment.