Skip to content

Commit c886f97

Browse files
fix bug
1 parent 87817ef commit c886f97

File tree

10 files changed

+12
-10
lines changed

10 files changed

+12
-10
lines changed

.idea/SIMGUI.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__pycache__/UI.cpython-36.pyc

8.47 KB
Binary file not shown.

__pycache__/UI.cpython-37.pyc

-5 Bytes
Binary file not shown.
981 Bytes
Binary file not shown.
-5 Bytes
Binary file not shown.

__pycache__/runSIM.cpython-36.pyc

408 Bytes
Binary file not shown.

__pycache__/runSIM.cpython-37.pyc

-5 Bytes
Binary file not shown.

runSIM.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# -*- coding: utf-8 -*-
22
import os
3-
import subprocess
4-
5-
import win32api
63

74

85
def runSIM(mode, argv):

0 commit comments

Comments
 (0)