Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gtfonow.py #20

Merged
merged 1 commit into from
Jan 21, 2024
Merged

Update gtfonow.py #20

merged 1 commit into from
Jan 21, 2024

Conversation

come2darkside
Copy link
Contributor

I'm getting TypeError: a bytes-like object is required, not 'str' for that part of the code. if capability.encode('utf-8') in result: or if capability in result.decode('utf-8'): could be better choices.

I'm getting TypeError: a bytes-like object is required, not 'str' for that part of the code. `if capability.encode('utf-8') in result:`
or `if capability in result.decode('utf-8'):` could be better choices.
@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (4bcdb7d) 55.18% compared to head (78e0a44) 55.18%.
Report is 1 commits behind head on main.

Files Patch % Lines
gtfonow/gtfonow.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #20   +/-   ##
=======================================
  Coverage   55.18%   55.18%           
=======================================
  Files           2        2           
  Lines         569      569           
=======================================
  Hits          314      314           
  Misses        255      255           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Frissi0n Frissi0n merged commit 5c48995 into Frissi0n:main Jan 21, 2024
8 checks passed
@Frissi0n
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants