diff --git a/.gitignore b/.gitignore index a4d295a..2d61eba 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,4 @@ Generator/.idea Generator/__pycache__ Generator/build Generator/venv -Generator/Output Generator/dist \ No newline at end of file diff --git a/Generator/MissionGenerator.py b/Generator/MissionGenerator.py index fba3ab9..15883be 100644 --- a/Generator/MissionGenerator.py +++ b/Generator/MissionGenerator.py @@ -29,7 +29,7 @@ class Window(QMainWindow, Ui_MainWindow): os.chdir(home_dir + "/Generator") else: print('running in a normal Python process') - + self.m = ROps.RotorOpsMission() self.setupUi(self) diff --git a/Generator/Output/readme.txt b/Generator/Output/readme.txt new file mode 100644 index 0000000..3d24709 --- /dev/null +++ b/Generator/Output/readme.txt @@ -0,0 +1 @@ +Your mission files will appear in this directory after using the mission generator! \ No newline at end of file