Skip to content

Commit

Permalink
flagcloud.py -- incorrect prompt string
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Mar 5, 2021
1 parent 616b515 commit 9886c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hipercam/scripts/flagcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def action_prompt(cr):
print()

print(
"c(point), C(range), j(point), J(range), r(point), R(range), h(elp), q(uit): ",
"c(range), C(point), j(point), J(range), r(point), R(range), h(elp), q(uit): ",
end="",
flush=True,
)
Expand Down

0 comments on commit 9886c6d

Please sign in to comment.