Skip to content

Commit

Permalink
Update glean-core/python/glean/glean.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Droettboom <[email protected]>
  • Loading branch information
badboy and mdboom authored Jul 8, 2020
1 parent 2fafdb3 commit b727fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean-core/python/glean/glean.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def initialize(
cls._application_build_id = application_build_id

# We know we're not initialized,
# so we can skip the check inside `setUploadEnabled`
# so we can skip the check inside `set_upload_enabled`
# by setting the variable directly.
cls._upload_enabled = upload_enabled

Expand Down

0 comments on commit b727fb2

Please sign in to comment.