Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jan 11, 2025
1 parent eb3f7e6 commit 8e14998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions example_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
license='BSD-3-Clause',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'test_node = examples.minimal_publisher:main'
],
'console_scripts': ['test_node = examples.minimal_publisher:main'],
},
)
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def run(output_file, yaml_file, validation_module=''):
init_file = os.path.join(os.path.dirname(output_file), '__init__.py')
open(init_file, 'a').close()


def parse_args():
parser = argparse.ArgumentParser()
parser.add_argument('output_python_module_file')
Expand Down

0 comments on commit 8e14998

Please sign in to comment.