From 3d9d8cc6075b6284d15ae0ad15fdbf462adba368 Mon Sep 17 00:00:00 2001 From: nisshan-x Date: Thu, 31 Dec 2020 01:06:49 +0900 Subject: [PATCH] fix: change mode of python files to run. --- scripts/control_marker.py | 0 scripts/pythonAPI/__init__.py | 0 scripts/pythonAPI/common.py | 0 scripts/pythonAPI/mycobot.py | 0 scripts/pythonAPI/mycobot3.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/control_marker.py mode change 100644 => 100755 scripts/pythonAPI/__init__.py mode change 100644 => 100755 scripts/pythonAPI/common.py mode change 100644 => 100755 scripts/pythonAPI/mycobot.py mode change 100644 => 100755 scripts/pythonAPI/mycobot3.py diff --git a/scripts/control_marker.py b/scripts/control_marker.py old mode 100644 new mode 100755 diff --git a/scripts/pythonAPI/__init__.py b/scripts/pythonAPI/__init__.py old mode 100644 new mode 100755 diff --git a/scripts/pythonAPI/common.py b/scripts/pythonAPI/common.py old mode 100644 new mode 100755 diff --git a/scripts/pythonAPI/mycobot.py b/scripts/pythonAPI/mycobot.py old mode 100644 new mode 100755 diff --git a/scripts/pythonAPI/mycobot3.py b/scripts/pythonAPI/mycobot3.py old mode 100644 new mode 100755