mirror of
https://github.com/miaowware/qrm2.git
synced 2024-10-31 14:27:11 -04:00
Block-style line continuations for data, part 2
- Forgot 'qcodes.py' in the first commit Element of #142 New year lint removal
This commit is contained in:
parent
fdfc8cce06
commit
e37fdf40fb
@ -9,7 +9,10 @@ the GNU General Public License, version 2.
|
||||
|
||||
|
||||
# flake8: noqa
|
||||
qcodes = {"QAB": "May I have clearance (for ...) from ... (place) to ... (place) at flight level/altitude ... ? / You are cleared (or ... is cleared) by ... from ... (place) to ... (place) at flight level/altitude ...",
|
||||
|
||||
|
||||
qcodes = {
|
||||
"QAB": "May I have clearance (for ...) from ... (place) to ... (place) at flight level/altitude ... ? / You are cleared (or ... is cleared) by ... from ... (place) to ... (place) at flight level/altitude ...",
|
||||
"QAF": "Will you advise me when you are (were) at (over) ... (place)? / I am (was) at (over) ... (place) (at ... hours) at flight level/altitude ...",
|
||||
"QAG": "Arrange your flight in order to arrive over ... (place) at ... hours.",
|
||||
"QAH": "What is your height above ... (datum)? / I am at .... flight level/altitude ... --or-- Arrange your flight so as to reach flight level/altitude ... at ... (hours or place).",
|
||||
@ -279,4 +282,5 @@ qcodes = {"QAB": "May I have clearance (for ...) from ... (place) to ... (place)
|
||||
"QUX": "Do you have any navigational warnings or gale warnings in force? / I have the following navigational warning(s) or gale warning(s) in force: ...",
|
||||
"QUY": "Is position of survival craft marked? / Position of survival craft was marked at ... hours by flame or smoke float/sea marker/sea marker dye/... (specify other marking).",
|
||||
"QUZ": "May I resume restricted working? / Distress phase still in force; restricted working may be resumed.",
|
||||
"QZZ": "Daily key change about to take place (German WWII usage)."}
|
||||
"QZZ": "Daily key change about to take place (German WWII usage)."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user