Skip to content

Commit 9e08ad9

Browse files
committed
MNT: printing the quantity of motors available in the dataset
1 parent 3625fa0 commit 9e08ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def show_motors_dataset():
837837
print("No motors were found in the dataset.")
838838
return
839839

840-
print("Available motors in the dataset:\n")
840+
print(f"There are {len(motors)} available motors in the dataset:\n")
841841
for name in sorted(motors):
842842
print(f"{name}")
843843

0 commit comments

Comments
 (0)