Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
aa7f1f86
Commit
aa7f1f86
authored
Jul 02, 2013
by
Chris Dodge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actually, I think we use single quotes for docstrings
parent
bcbac3aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common/djangoapps/util/sandboxing.py
+2
-2
No files found.
common/djangoapps/util/sandboxing.py
View file @
aa7f1f86
...
...
@@ -3,7 +3,7 @@ from django.conf import settings
def
can_execute_unsafe_code
(
course_id
):
"""
'''
Determine if this course is allowed to run unsafe code.
For use from the ModuleStore. Checks the `course_id` against a list of whitelisted
...
...
@@ -11,7 +11,7 @@ def can_execute_unsafe_code(course_id):
Returns a boolean, true if the course can run outside the sandbox.
"""
'''
# To decide if we can run unsafe code, we check the course id against
# a list of regexes configured on the server.
for
regex
in
settings
.
COURSES_WITH_UNSAFE_CODE
:
...
...
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