Merge pull request 'refs #2592 fix syntax' (#53) from fix into main

Reviewed-on: #53
main 7.3.2
Natalia Serrano 2025-08-04 14:38:20 +02:00
commit c0483c93c1
4 changed files with 14 additions and 2 deletions

View File

@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [7.3.2] - 2025-08-04
### Fixed
- Fix syntax
## [7.3.1] - 2025-08-04
### Fixed

View File

@ -1,3 +1,9 @@
ogagent (7.3.2-1) stable; urgency=medium
* Fix syntax
-- OpenGnsys developers <info@opengnsys.es> Mon, 04 Aug 2025 14:36:47 +0200
ogagent (7.3.1-1) stable; urgency=medium
* On user logout, write the user to the log

View File

@ -1 +1 @@
7.3.1
7.3.2

View File

@ -388,7 +388,7 @@ class OpenGnSysWorker(ServerWorker):
iters += 1
if iters >= 10: break
try: os.unlink ('/tmp/EjecutarScript-jobid'):
try: os.unlink ('/tmp/EjecutarScript-jobid')
except: pass
if job_id is None: return {'op': 'launched'}