Skip to content

Commit 3399683

Browse files
author
Anton Khodak
committed
Remove whitespace characters from blank line
1 parent b2a272c commit 3399683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltest/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def compare_location(expected, actual):
2929
return
3030
if actual.get("class") == "Directory":
3131
actual[comp] = actual[comp].rstrip("/")
32-
32+
3333
if expected[comp] != "Any" and (not (actual[comp].endswith("/" + expected[comp]) or
3434
("/" not in actual[comp] and expected[comp] == actual[comp]))):
3535
raise CompareFail.format(expected, actual, u"%s does not end with %s" % (actual[comp], expected[comp]))

0 commit comments

Comments
 (0)