We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1576e1d commit 18499acCopy full SHA for 18499ac
test/test_setup.py
@@ -5,6 +5,6 @@ def test_setup(setup_data: int) -> None:
5
assert setup_data == 0
6
HOME = os.environ['HOME']
7
data_dir = f"{HOME}/macss"
8
- print("The data have been succesfully downloaded and uncompressed, you can find them in {data_dir}")
+ print(f"The data have been succesfully downloaded and uncompressed, you can find them in {data_dir}")
9
print("You can also ignore any errors from py.test")
10
return
0 commit comments