Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
mason-today-web
Commits
e451d54b
Commit
e451d54b
authored
Mar 21, 2018
by
Landon DeCoito
Browse files
Merge branch 'strfix' into 'master'
Fixing Tostring See merge request
!25
parents
9109f6b9
fb6734c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mason-today/parscript.py
View file @
e451d54b
...
@@ -180,7 +180,7 @@ def load_data():
...
@@ -180,7 +180,7 @@ def load_data():
else
:
else
:
raise
eventException
(
"failed to find and account for date element in entry_detailes list"
)
raise
eventException
(
"failed to find and account for date element in entry_detailes list"
)
except
eventException
as
e
:
except
eventException
as
e
:
error
.
append
(
e
.
toString
(
))
error
.
append
(
str
(
e
))
except
Exception
:
except
Exception
:
error
.
append
(
"Error intialising event"
)
error
.
append
(
"Error intialising event"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment