Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Apr 29, 2020
1 parent 2cbeeff commit 45542ab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def run() -> None:

cwd_path = getcwd()

# This is being added to support applications that are being run from their
# own executable, like Django.
# FIXME investigate if there is another way to achieve this
if cwd_path not in python_path:
python_path.insert(0, cwd_path)

Expand Down

0 comments on commit 45542ab

Please sign in to comment.