some bug fixes
Email processing now correctly processes message body on AttributeError Workflow page now loads correctly - threw Error 500 when user deleted all his FavoriteCharts
This commit is contained in:
@@ -209,7 +209,8 @@ def upload_options(body):
|
||||
if 'priva' in lowkey:
|
||||
uploadoptions = getboolean(uploadoptions,value,'makeprivate')
|
||||
except AttributeError:
|
||||
pass
|
||||
#pass
|
||||
raise yaml.YAMLError
|
||||
except yaml.YAMLError as exc:
|
||||
try:
|
||||
uploadoptions = getplotoptions_body2(uploadoptions,body)
|
||||
|
||||
Reference in New Issue
Block a user