Skip to content

Commit

Permalink
chore: remove test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bre authored Dec 18, 2023
1 parent f953c97 commit 1f21e8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ccdgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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')
file.write('\n')

0 comments on commit 1f21e8d

Please sign in to comment.