1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00
This commit is contained in:
elafargue 2011-05-09 15:30:02 +02:00
parent 437d33526a
commit c4c9be37c6

View File

@ -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: