Skip to content

Commit e84a3cb

Browse files
committed
appease pylint
1 parent 2ae18c1 commit e84a3cb

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

meshtastic/__main__.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,17 +1501,20 @@ def initParser():
15011501

15021502
group.add_argument(
15031503
"--setalt",
1504-
help="Set device altitude in meters (allows use without GPS), and enable fixed position. When providing positions with `--setlat`, `--setlon`, and `--setalt`, missing values will be set to 0.",
1504+
help="Set device altitude in meters (allows use without GPS), and enable fixed position. "
1505+
"When providing positions with `--setlat`, `--setlon`, and `--setalt`, missing values will be set to 0.",
15051506
)
15061507

15071508
group.add_argument(
15081509
"--setlat",
1509-
help="Set device latitude (allows use without GPS), and enable fixed position. Accepts a decimal value or an integer premultiplied by 1e7. When providing positions with `--setlat`, `--setlon`, and `--setalt`, missing values will be set to 0.",
1510+
help="Set device latitude (allows use without GPS), and enable fixed position. Accepts a decimal value or an integer premultiplied by 1e7. "
1511+
"When providing positions with `--setlat`, `--setlon`, and `--setalt`, missing values will be set to 0.",
15101512
)
15111513

15121514
group.add_argument(
15131515
"--setlon",
1514-
help="Set device longitude (allows use without GPS), and enable fixed position. Accepts a decimal value or an integer premultiplied by 1e7. When providing positions with `--setlat`, `--setlon`, and `--setalt`, missing values will be set to 0.",
1516+
help="Set device longitude (allows use without GPS), and enable fixed position. Accepts a decimal value or an integer premultiplied by 1e7. "
1517+
"When providing positions with `--setlat`, `--setlon`, and `--setalt`, missing values will be set to 0.",
15151518
)
15161519

15171520
group.add_argument(

0 commit comments

Comments
 (0)