Skip to content

Commit 97b8870

Browse files
committed
630 Import Adapt to Python 2
1 parent 8cd9e07 commit 97b8870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymycobot/mycobotpro630.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def is_debian_os():
2525
return True
2626

2727
except subprocess.CalledProcessError as e:
28-
print(f"Error executing lsb_release -a: {e}")
28+
print("Error executing lsb_release -a: {}".format(e))
2929
return False
3030

3131

0 commit comments

Comments
 (0)