Closed pnuu closed 3 years ago
Merging #95 (3c56be7) into main (e6e95b0) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #95 +/- ##
=======================================
Coverage 83.33% 83.33%
=======================================
Files 19 19
Lines 2622 2622
=======================================
Hits 2185 2185
Misses 437 437
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e6e95b0...3c56be7. Read the comment docs.
The current messaging from Trollmoves includes the protocol (
ssh://
,ftp://
orfile://
) and the network location (foo.bar.com
) in the URIs within the message data. This causescat.py
to crash withand ends up writing an empty file, sending a message with the written file, which in turn causes AAPP to crash.
This PR ensures that only the file path portion of the URI is used in
cat.py
.