mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Fix typo
This commit is contained in:
parent
437d33526a
commit
c4c9be37c6
@ -44,7 +44,7 @@ args = parser.parse_args()
|
||||
print args
|
||||
|
||||
if args.append == True:
|
||||
print 'Appending description blog directly to ' + args.firmware
|
||||
print 'Appending description blob directly to ' + args.firmware
|
||||
filename = args.firmware
|
||||
file = open(filename,"ab")
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user