Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Kruse
aura-engine
Commits
9f284140
Commit
9f284140
authored
7 years ago
by
Gottfried Gaisbauer
Browse files
Options
Downloads
Patches
Plain Diff
changed ini name from aura.ini to engine.ini
parent
dd9a7405
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configuration/engine.ini
+0
-0
0 additions, 0 deletions
configuration/engine.ini
modules/base/config.py
+1
-1
1 addition, 1 deletion
modules/base/config.py
modules/scheduling/scheduler.py
+1
-1
1 addition, 1 deletion
modules/scheduling/scheduler.py
with
2 additions
and
2 deletions
configuration/
aura
.ini
→
configuration/
engine
.ini
+
0
−
0
View file @
9f284140
File moved
This diff is collapsed.
Click to expand it.
modules/base/config.py
+
1
−
1
View file @
9f284140
...
...
@@ -100,7 +100,7 @@ class ConfigReader(object):
Set config defaults and load settings from file
:return:
"""
self
.
ini_path
=
self
.
get
(
'
configpath
'
,
'
/etc/aura/
aura
.ini
'
)
self
.
ini_path
=
self
.
get
(
'
configpath
'
,
'
/etc/aura/
engine
.ini
'
)
if
not
os
.
path
.
isfile
(
self
.
ini_path
):
self
.
logger
.
critical
(
self
.
ini_path
+
"
not found :(
"
)
...
...
This diff is collapsed.
Click to expand it.
modules/scheduling/scheduler.py
+
1
−
1
View file @
9f284140
...
...
@@ -81,7 +81,7 @@ class AuraScheduler(ExceptionLogger, threading.Thread):
"""
Constructor
@type config: ConfigReader
@param config: read
aura
.ini
@param config: read
engine
.ini
"""
self
.
config
=
config
self
.
logger
=
logging
.
getLogger
(
"
AuraEngine
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment