Skip to content

Commit 4df28cb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 85e6768 commit 4df28cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/otaclient/ota_core/_main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
WAIT_FOR_OTAPROXY_ONLINE = 3 * 60 # 3mins
9898
WAIT_BEFORE_DYNAMIC_CLIENT_EXIT = 6 # seconds
9999

100-
SKIP_CLIENT_UPDATE = False # for testing purpose, skip client update when this flag is set to True
100+
SKIP_CLIENT_UPDATE = (
101+
False # for testing purpose, skip client update when this flag is set to True
102+
)
101103

102104

103105
class OTAClient:

0 commit comments

Comments
 (0)