mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
fix line clobbering bug
This commit is contained in:
@ -257,7 +257,7 @@ def parse(data, raw=False, quiet=False):
|
|||||||
if len(cleandata) > 1:
|
if len(cleandata) > 1:
|
||||||
cron_list = jc.parsers.universal.simple_table_parse(cleandata)
|
cron_list = jc.parsers.universal.simple_table_parse(cleandata)
|
||||||
|
|
||||||
raw_output['schedule'] = cron_list
|
raw_output['schedule'] = cron_list
|
||||||
|
|
||||||
# Add shortcut entries back in
|
# Add shortcut entries back in
|
||||||
for item in shortcut_list:
|
for item in shortcut_list:
|
||||||
|
Reference in New Issue
Block a user