From 72a9f0a0a80ed379e69c8c397dcf909d2a49373b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 21 Feb 2025 16:33:40 +0100 Subject: [PATCH] code style --- fpga/strip_date_time_from_binary.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fpga/strip_date_time_from_binary.py b/fpga/strip_date_time_from_binary.py index cc469ca72..aba9c0dc5 100644 --- a/fpga/strip_date_time_from_binary.py +++ b/fpga/strip_date_time_from_binary.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import sys # File to take a .bit file generated by xilinx webpack ISE