-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relevant changes: * *2023-11-27* Several regex literal bug fixes * *2023-12-27* Fix #375: Listen to correct events in launcher * *2024-03-03* Fix #367: Skip profiles without outputs
- Loading branch information
1 parent
d09dc76
commit 1fe0b7e
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
else: | ||
import configparser | ||
|
||
__version__ = "1.14" | ||
__version__ = "1.15" | ||
|
||
try: | ||
input = raw_input | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters