Skip to content
Snippets Groups Projects
Commit a7b5abea authored by Jameson Rollins's avatar Jameson Rollins
Browse files

test: tweak formatting

parent 82e5a4e7
No related branches found
No related tags found
No related merge requests found
Pipeline #136203 passed
......@@ -44,7 +44,7 @@ def git_find_upstream_name():
).stdout
except subprocess.CalledProcessError as e:
logging.error(e.stderr.split('\n')[0])
for remote in remotes.split('\n'):
for remote in remotes.strip().split('\n'):
name, url, fp = remote.split()
if 'gwinc/pygwinc.git' in url:
return name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment