From 7993642deaedad37065a1bff2e1250b2487f430e Mon Sep 17 00:00:00 2001 From: Harshit Pawar <88630334+iHarshit15@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:17:04 +0530 Subject: [PATCH] Update mfg_inspector.py addressed the comment "80 character/line" --- openhtf/output/callbacks/mfg_inspector.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openhtf/output/callbacks/mfg_inspector.py b/openhtf/output/callbacks/mfg_inspector.py index a6ad0652..349c97a2 100644 --- a/openhtf/output/callbacks/mfg_inspector.py +++ b/openhtf/output/callbacks/mfg_inspector.py @@ -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'