Skip to content

Commit 2e952b7

Browse files
authored
Replace += with =
1 parent 4942594 commit 2e952b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flowlauncher/FlowLauncher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ def debug(self, msg: str):
5252
"""
5353
alert msg
5454
"""
55-
self.debugMessage += msg
55+
self.debugMessage = msg

0 commit comments

Comments
 (0)