CICD Correction
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Pedro Jose Romero Gombau 2025-01-27 14:07:08 +01:00
parent f85b90b41e
commit cc6514a367
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ steps:
image: python:3.9
commands:
- python -m venv venv
- . ven/Scripts/activate
- venv/Scripts/activate
- pip install -r requirements.txt
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py

View File

@ -474,5 +474,4 @@ class TabSimulator:
self.label_Esobredim.config(text=f"E_total x1.15: {E_sobredim:.2f} J")
def get_energy_required(self):
return self.energy_required
return self.energy_required