Skip to content

Commit

Permalink
gateone.js: Fixed a bug (typo) in GateOne.Storage.dbObject where retr…
Browse files Browse the repository at this point in the history
…ying to load the DB data (if it took too long to load--which is an obscure/rare occurrence) would result in an exception.
  • Loading branch information
liftoff committed Nov 3, 2015
1 parent 777d149 commit fe14352
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gateone/__init__.py
Expand Up @@ -3,7 +3,7 @@
__version_info__ = (1, 2, 0)
__license__ = "AGPLv3" # ...or proprietary (see LICENSE.txt)
__author__ = 'Dan McDougall <daniel.mcdougall@liftoffsoftware.com>'
__commit__ = "20150710195622" # Gets replaced by git (holds the date/time)
__commit__ = "20151103081614" # Gets replaced by git (holds the date/time)

import os
GATEONE_DIR = os.path.dirname(os.path.abspath(__file__))
Expand Down
2 changes: 1 addition & 1 deletion gateone/core/server.py
Expand Up @@ -19,7 +19,7 @@
}
}
__author__ = 'Dan McDougall <daniel.mcdougall@liftoffsoftware.com>'
__commit__ = "20150710195622" # Gets replaced by git (holds the date/time)
__commit__ = "20151103081614" # Gets replaced by git (holds the date/time)

# NOTE: Docstring includes reStructuredText markup for use with Sphinx.
__doc__ = '''\
Expand Down
4 changes: 2 additions & 2 deletions gateone/static/gateone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe14352

Please sign in to comment.