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

Commit 5d651a3

Browse files
authored
Merge pull request #638 from swherdman/master
Update weave-state.py
2 parents 4fcc807 + 6f5c79c commit 5d651a3

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)