diff --git a/ccdgen/__main__.py b/ccdgen/__main__.py index 3f6f065..a51ffae 100644 --- a/ccdgen/__main__.py +++ b/ccdgen/__main__.py @@ -186,8 +186,6 @@ def replace_relative_paths(command: str) -> str: relative_path = ''.join(m) absolute_path = os.path.abspath(relative_path) -# python3 /Users/opses/Documents/Git/ccdgen/ccdgen/__main__.py --extensions .c --output /Users/opses/Documents/Git/verto-fw/mcu/compile_commands.json -- make -C /Users/opses/Documents/Git/verto-fw -j - return command def detect_compiler(line: str) -> str | None: @@ -258,4 +256,4 @@ def chdir_if_make_does(make_cmd: str): # save result to file with open(config.output, 'w') as file: file.write(json.dumps(compile_db, indent=4)) - file.write('\n') \ No newline at end of file + file.write('\n')