Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-notes-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-notes-api
Commits
d52887fd
Commit
d52887fd
authored
Jan 30, 2015
by
Max Rothman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19 from edx/max/dashes2underscores
Change config filename ref to match standard
parents
44e36ebd
e9da1f47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
notesserver/settings/yaml_config.py
+1
-1
No files found.
notesserver/settings/yaml_config.py
View file @
d52887fd
...
@@ -20,7 +20,7 @@ if not EDXNOTES_CONFIG_ROOT:
...
@@ -20,7 +20,7 @@ if not EDXNOTES_CONFIG_ROOT:
CONFIG_ROOT
=
path
(
EDXNOTES_CONFIG_ROOT
)
CONFIG_ROOT
=
path
(
EDXNOTES_CONFIG_ROOT
)
with
open
(
CONFIG_ROOT
/
"edx
-notes-
api.yml"
)
as
yaml_file
:
with
open
(
CONFIG_ROOT
/
"edx
_notes_
api.yml"
)
as
yaml_file
:
config_from_yaml
=
yaml
.
load
(
yaml_file
)
config_from_yaml
=
yaml
.
load
(
yaml_file
)
vars
()
.
update
(
config_from_yaml
)
vars
()
.
update
(
config_from_yaml
)
...
...
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