Skip to content

Commit 3007c98

Browse files
Reverse the polarity of the neutron flow
1 parent 6dc5eb9 commit 3007c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to install all of the tools and libraries for Skyfield development.
1414
EOF
1515
exit 2
1616
fi
17-
if ! python --version | grep -q 'Python 2.7'
17+
if python --version | grep -q 'Python 2.7'
1818
then pyflakes skyfield/*.py
1919
fi
2020
exec assay --batch skyfield/tests

0 commit comments

Comments
 (0)