Skip to content

Commit

Permalink
Issue #138 - change Static to HTMLRoot.Static
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayo Kallas committed Nov 3, 2020
1 parent 54d8fa9 commit 476c62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ait/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class HTMLRoot:


try:
with open(os.path.join(Static, 'package.json')) as infile:
with open(os.path.join(HTMLRoot.Static, 'package.json')) as infile:
package_data = json.loads(infile.read())
VERSION = 'AIT GUI v{}'.format(package_data['version'])
log.info('Running {}'.format(VERSION))
Expand Down

0 comments on commit 476c62e

Please sign in to comment.