mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
..
This commit is contained in:
parent
ba5cb076c0
commit
b2a1d9ccd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,5 +6,4 @@ Generator/.idea
|
|||||||
Generator/__pycache__
|
Generator/__pycache__
|
||||||
Generator/build
|
Generator/build
|
||||||
Generator/venv
|
Generator/venv
|
||||||
Generator/Output
|
|
||||||
Generator/dist
|
Generator/dist
|
||||||
@ -29,7 +29,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
os.chdir(home_dir + "/Generator")
|
os.chdir(home_dir + "/Generator")
|
||||||
else:
|
else:
|
||||||
print('running in a normal Python process')
|
print('running in a normal Python process')
|
||||||
|
|
||||||
|
|
||||||
self.m = ROps.RotorOpsMission()
|
self.m = ROps.RotorOpsMission()
|
||||||
self.setupUi(self)
|
self.setupUi(self)
|
||||||
|
|||||||
1
Generator/Output/readme.txt
Normal file
1
Generator/Output/readme.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Your mission files will appear in this directory after using the mission generator!
|
||||||
Loading…
x
Reference in New Issue
Block a user