Fix command reference

This commit is contained in:
joshpatten 2022-03-09 22:41:56 -06:00 committed by GitHub
parent b8a1be7a51
commit d3df0c4df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,7 @@ def setcmd():
cmdresult = result.decode('utf-8')
cmdparts = cmdresult.split('=')
for row in csv.reader([cmdparts[1]], delimiter = ' ', quotechar = '"'):
G.cmd = row[0]
G.vvcmd = row[0]
break
elif os.name == 'posix':