Skip to content

Commit feda8c7

Browse files
committed
Modify action collect info
1 parent cbbd92b commit feda8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/collect_info/s_getInfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
timeout = 50
1919

2020
cwd = os.path.dirname(os.path.abspath(__file__))
21-
filename = os.path.join(cwd, 'optiprofiler', 'problems', 's2mpj', 'src', 'list_of_python_problems')
21+
filename = os.path.join(cwd, 'src', 'list_of_python_problems')
2222
file = open(filename, 'r')
2323
# Collect the names of the problems from the file
2424
problem_names = [file.strip().replace('.py', '') for file in file.readlines() if file.strip() and not file.startswith('#')]

0 commit comments

Comments
 (0)