Skip to content

Commit c6030a2

Browse files
committed
fix lint
1 parent 1d2cfff commit c6030a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/remove-unimplemented-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
PYMONGO=$(dirname "$(cd "$(dirname "$0")"; pwd)")
2+
PYMONGO=$(dirname "$(cd "$(dirname "$0")" || exit; pwd)")
33

44
rm -rf $PYMONGO/test/server_selection/logging
55
rm $PYMONGO/test/transactions/legacy/errors-client.json # PYTHON-1894

0 commit comments

Comments
 (0)