Skip to content

Commit

Permalink
Merge pull request #12 from DazedNConfused-/mitigation/CDDA-9
Browse files Browse the repository at this point in the history
CDDA-9: Mitigates #9 until a more permanent fix is found
  • Loading branch information
DazedNConfused- authored Mar 4, 2022
2 parents b19a19d + 4f819d9 commit ed3036d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cddagl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run(self):
batch_file.write(
'''
@echo off
start pythonw.exe -m cddagl
start /realtime python.exe -m cddagl
'''
)

Expand Down

0 comments on commit ed3036d

Please sign in to comment.