Skip to content

Commit 34371d7

Browse files
committed
Rename io.py to file_io to avoid issues with 'import io'
1 parent 993c53f commit 34371d7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

test/test_scorep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def test_io(scorep_env, instrumenter):
456456

457457
print("start")
458458
std_out, std_err = call_with_scorep(
459-
"cases/io.py",
459+
"cases/file_io.py",
460460
[
461461
"--nocompiler",
462462
"--instrumenter-type=" + instrumenter,

0 commit comments

Comments
 (0)