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 37ad69e
Show file tree
Hide file tree
Showing 3 changed files with 4 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'],
},
)
2 changes: 2 additions & 0 deletions example_python/test/test_parameters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
import generate_parameter_module_example

print(f'Imported file from: {generate_parameter_module_example.__file__}')
print('OK 1')

Expand Down
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 37ad69e

Please sign in to comment.