Skip to content

Commit

Permalink
New strip in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 29, 2019
1 parent a2851ab commit 2d389e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appier/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def get_homes(
data = data.decode("utf-8")
data = data.strip()
paths = data.splitlines()
paths = [path.strip() for path in paths]

for path in paths:
path = path.strip()
Expand Down

0 comments on commit 2d389e8

Please sign in to comment.