Skip to content

Commit 7e0d96c

Browse files
committed
travis line width
1 parent 5c62c98 commit 7e0d96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/core/capabilities_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def get_desired_capabilities(cap_file):
189189
elif cap_file.endswith('.json'):
190190
capabilities = json.loads(all_code)
191191
else:
192-
raise Exception("\n\n`%s` is not a Python or JSON file!\n\n" % cap_file)
192+
raise Exception("\n\n`%s` is not a Python or JSON file!\n" % cap_file)
193193

194194
if len(capabilities.keys()) == 0:
195195
raise Exception("Unable to parse desired capabilities file!")

0 commit comments

Comments
 (0)