Skip to content
Snippets Groups Projects
Commit 01184a7f authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[scripts][execute] Remove use of Prefix

parent d4338f7e
Branches
Tags
1 merge request!17Merge development branch 1.5.x
......@@ -126,7 +126,7 @@ def close(logger, socket, db_socket, context):
def process_traceback(tb, prefix):
import traceback
algorithms_prefix = os.path.join(prefix.paths[0], 'algorithms') + os.sep
algorithms_prefix = os.path.join(prefix, 'algorithms') + os.sep
for first_line, line in enumerate(tb):
if line[0].startswith(algorithms_prefix):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment