Skip to content

Commit

Permalink
Bug 1565502 - Temporarily switching off the spinner
Browse files Browse the repository at this point in the history
Bug #: 1565502

Differential Revision: https://phabricator.services.mozilla.com/D39478
  • Loading branch information
zalun committed Jul 26, 2019
1 parent 034ec2f commit dedc9e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moz-phab
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ HAS_ANSI = (
)
)
SELF_FILE = os.getenv("UPDATE_FILE") if os.getenv("UPDATE_FILE") else __file__
SHOW_SPINNER = True
# Switched off temporarily due to https://bugzilla.mozilla.org/show_bug.cgi?id=1565502
SHOW_SPINNER = False

# Constants and Globals

Expand Down

0 comments on commit dedc9e0

Please sign in to comment.