We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbd92b commit feda8c7Copy full SHA for feda8c7
1 file changed
.github/actions/collect_info/s_getInfo.py
@@ -18,7 +18,7 @@
18
timeout = 50
19
20
cwd = os.path.dirname(os.path.abspath(__file__))
21
-filename = os.path.join(cwd, 'optiprofiler', 'problems', 's2mpj', 'src', 'list_of_python_problems')
+filename = os.path.join(cwd, 'src', 'list_of_python_problems')
22
file = open(filename, 'r')
23
# Collect the names of the problems from the file
24
problem_names = [file.strip().replace('.py', '') for file in file.readlines() if file.strip() and not file.startswith('#')]
0 commit comments