From: Mark Florisson Date: Wed, 10 Nov 2010 19:53:12 +0000 (+0100) Subject: os.path.join() debug files correctly X-Git-Tag: 0.14.beta0~1^2~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8977d45bae7a1e1b2d3908c7783f7f78c4f7d46d;p=cython.git os.path.join() debug files correctly --- diff --git a/Cython/Debugger/Cygdb.py b/Cython/Debugger/Cygdb.py index 9baa82c4..6288fe64 100644 --- a/Cython/Debugger/Cygdb.py +++ b/Cython/Debugger/Cygdb.py @@ -23,7 +23,8 @@ def usage(): def make_command_file(path_to_debug_info, prefix_code='', no_import=False): if not no_import: pattern = os.path.join(path_to_debug_info, - 'cython_debug/cython_debug_info_*') + 'cython_debug', + 'cython_debug_info_*') debug_files = glob.glob(pattern) if not debug_files: