Skip to content

Commit

Permalink
Update mfg_inspector.py
Browse files Browse the repository at this point in the history
addressed the comment "80 character/line"
  • Loading branch information
iHarshit15 authored Dec 15, 2023
1 parent b4a8291 commit 7993642
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openhtf/output/callbacks/mfg_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ class MfgInspector(object):
username and authentication key (which should be the key data itself, not a
filename or file).
In typical productn setups, we *first* save the protobuf to disk then attempt
to upload the protobuf to mfg-inspector. In the event of a network outage,
the result of the test run is available on disk and a separate process can
retry the upload when network is available.
In typical production setups, we *first* save the protobuf to disk then
attempt to upload the protobuf to mfg-inspector. In the event of a network,
outage the result of the test run is available on disk and a separate process
can retry the upload when the network is available.
"""

TOKEN_URI = 'https://accounts.google.com/o/oauth2/token'
Expand Down

0 comments on commit 7993642

Please sign in to comment.