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

Commit

Permalink
fix: restore pragma line for full coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Jul 15, 2016
1 parent d573e65 commit 677e72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopush/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _parse_connection(sysargs, use_files=True):

def _parse_endpoint(sysargs, use_files=True):
"""Parses out endpoint arguments for an autoendpoint node"""
if use_files:
if use_files: # pragma: nocover
config_files = shared_config_files + [
'/etc/autopush_endpoint.ini',
'~/.autopush_endpoint.ini',
Expand Down

0 comments on commit 677e72d

Please sign in to comment.