Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Check to see that text is not None before calling replace in write(). #262

Merged
merged 1 commit into from May 27, 2020
Merged

Check to see that text is not None before calling replace in write(). #262

merged 1 commit into from May 27, 2020

Conversation

nmoinvaz
Copy link
Contributor

@nmoinvaz nmoinvaz commented May 22, 2020

Error: 'NoneType' object has no attribute 'replace'

See #261

@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #262 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #262   +/-   ##
=====================================
  Coverage      88%    88%           
=====================================
  Files           2      2           
  Lines           9      9           
=====================================
  Hits            8      8           
  Misses          1      1           

codecov/__init__.py Outdated Show resolved Hide resolved
  Error: 'NoneType' object has no attribute 'replace'
@thomasrockhu thomasrockhu merged commit 53becf4 into codecov:master May 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants