Last analyzed b6a77aa a month ago
Default analysis branch is
Currently analyzing run
Undefined name detected PYL-E0602
Bug risk
4 months ago5 months old
Undefined variable 'BASE_DIR'
17    "environment": "development"
18    if (ENVIRONMENT == "DEVELOPMENT" or "GITPOD")
19    else "production",
20    "root": BASE_DIR,21}
22import rollbar
23