Skip to content

Commit 18499ac

Browse files
authored
Update test_setup.py
1 parent 1576e1d commit 18499ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ def test_setup(setup_data: int) -> None:
55
assert setup_data == 0
66
HOME = os.environ['HOME']
77
data_dir = f"{HOME}/macss"
8-
print("The data have been succesfully downloaded and uncompressed, you can find them in {data_dir}")
8+
print(f"The data have been succesfully downloaded and uncompressed, you can find them in {data_dir}")
99
print("You can also ignore any errors from py.test")
1010
return

0 commit comments

Comments
 (0)