karbor/karbor/services/operationengine/engine/triggers/timetrigger/timeformats
zhangshuai 06c3a3235a Fix the error of escape character in calendar_time.py
When create trigger by CLI or other method, the body will be
transformated, such as:
"BEGIN:VEVENT\nRRULE:FREQ=MINUTELY;INTERVAL=5;\nEND:VEVENT"
will be transformated as:
"BEGIN:VEVENT\\nRRULE:FREQ=MINUTELY;INTERVAL=5;\\nEND:VEVENT"

that will be an error in initializing ICal object or check_time_format.

Change-Id: I78d046047b08013bd0cc9540f9c9ec7e30a4bf0a
2017-03-27 05:22:26 +08:00
..
__init__.py Optimize time trigger: use instance of time format instead of class itself 2016-11-22 14:22:35 +08:00
calendar_time.py Fix the error of escape character in calendar_time.py 2017-03-27 05:22:26 +08:00
crontab_time.py Use parenthesis instead of slash for multiline 2016-12-25 10:23:19 +02:00