Skip to content

Commit 8000cda

Browse files
committed
fix typos
1 parent ac9647a commit 8000cda

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/rail/cli/rail_project/project_commands.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def run_group() -> None:
234234
@project_options.selection()
235235
@project_options.flavor()
236236
@project_options.run_mode()
237-
@proejct_options.convert_output()
237+
@project_options.convert_output()
238238
@project_options.site()
239239
def photmetric_errors_pipeline(config_file: str, **kwargs: Any) -> int:
240240
"""Run the photometric errors analysis pipeline"""
@@ -259,7 +259,7 @@ def photmetric_errors_pipeline(config_file: str, **kwargs: Any) -> int:
259259
@project_options.selection()
260260
@project_options.flavor()
261261
@project_options.run_mode()
262-
@proejct_options.convert_output()
262+
@project_options.convert_output()
263263
@project_options.site()
264264
def prepare_pipeline(config_file: str, **kwargs: Any) -> int:
265265
"""Run the truth-to-observed data pipeline"""
@@ -284,7 +284,7 @@ def prepare_pipeline(config_file: str, **kwargs: Any) -> int:
284284
@project_options.selection()
285285
@project_options.flavor()
286286
@project_options.run_mode()
287-
@proejct_options.convert_output()
287+
@project_options.convert_output()
288288
@project_options.site()
289289
def truth_to_observed_pipeline(config_file: str, **kwargs: Any) -> int:
290290
"""Run the truth-to-observed data pipeline"""
@@ -309,7 +309,7 @@ def truth_to_observed_pipeline(config_file: str, **kwargs: Any) -> int:
309309
@project_options.selection()
310310
@project_options.flavor()
311311
@project_options.run_mode()
312-
@proejct_options.convert_output()
312+
@project_options.convert_output()
313313
@project_options.site()
314314
def blending_pipeline(config_file: str, **kwargs: Any) -> int:
315315
"""Run the blending analysis pipeline"""
@@ -334,7 +334,7 @@ def blending_pipeline(config_file: str, **kwargs: Any) -> int:
334334
@project_options.selection()
335335
@project_options.flavor()
336336
@project_options.run_mode()
337-
@proejct_options.convert_output()
337+
@project_options.convert_output()
338338
@project_options.site()
339339
def spectroscopic_selection_pipeline(config_file: str, **kwargs: Any) -> int:
340340
"""Run the spectroscopic selection data pipeline"""

0 commit comments

Comments
 (0)