Skip to content
Snippets Groups Projects

Setup CI

Closed Bastien Abadie requested to merge ci into main
2 files
+ 38
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,7 +27,7 @@ def int2hex(value):
# Convert to uppercase by convention
value = value.upper()
# Pad to 4 digits mininum
# Pad to 4 digits minimum
return value.zfill(4)
Loading