aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author3D Print PT <86446936+3dprintpt@users.noreply.github.com>2023-01-17 23:31:31 +0000
committerGitHub <noreply@github.com>2023-01-17 18:31:31 -0500
commit3935f78543867d8a0587bb07ad1f3beeeb600b4c (patch)
treeae0e15c1b56dc4a4b409e775de7d98e43c4582f9
parent80943d3846f6952081f4a04f223551b3c80825b3 (diff)
downloadkutter-3935f78543867d8a0587bb07ad1f3beeeb600b4c.tar.gz
kutter-3935f78543867d8a0587bb07ad1f3beeeb600b4c.tar.xz
kutter-3935f78543867d8a0587bb07ad1f3beeeb600b4c.zip
scripts: Update update_mks_robin.py for Python3 (#5985)
Signed-off-by: Márcio Pereira <3dprintpt@gmail.com>
-rwxr-xr-xscripts/update_mks_robin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_mks_robin.py b/scripts/update_mks_robin.py
index 6ab54242..0500492d 100755
--- a/scripts/update_mks_robin.py
+++ b/scripts/update_mks_robin.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# Script to update firmware for MKS Robin bootloader
#
# Copyright (C) 2020 Kevin O'Connor <kevin@koconnor.net>