Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
ite uer bae
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet committed Jan 10, 2023
1 parent 072f21a commit 68d8a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripted/check_executable.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def run_mydevoirs():
else:
LOG.error("Message d'erreur")
LOG.error(out.decode())
LOG.error(err.decode())
if err is not None:
LOG.error(err.decode())
sys.exit(-1)


Expand Down

0 comments on commit 68d8a4a

Please sign in to comment.