Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 6f5c79c

Browse files
committed
Update weave-state.py
Fix inconsistent use of tabs and spaces in indentation
1 parent 4fcc807 commit 6f5c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-apps/happy/bin/weave-state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
["help", "quiet"])
4141

4242
except getopt.GetoptError as err:
43-
print(WeaveState.WeaveState.__doc__)
43+
print(WeaveState.WeaveState.__doc__)
4444
print(hred(str(err)))
4545
sys.exit(hred("%s: Failed to parse arguments." % (__file__)))
4646

0 commit comments

Comments
 (0)