Skip to content

Commit

Permalink
fixed printing wrong message when exporting to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBoothe committed Feb 6, 2021
1 parent 4fe54bc commit 4ad0356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_editor/argsCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def hardArgsCheck(args, log):
if(not args.preview):
if(args.export_to_premiere):
log.conwrite('Exporting to Adobe Premiere Pro XML file.')
elif(args.export_to_resolve):
elif(args.export_to_final_cut_pro):
log.conwrite('Exporting to Final Cut Pro XML file.')
elif(args.export_to_resolve):
log.conwrite('Exporting to DaVinci Resolve XML file.')
Expand Down

0 comments on commit 4ad0356

Please sign in to comment.