mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
cleanup
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ int MSE::OnRun() {
|
||||
out = out.substr(pos + 1);
|
||||
}
|
||||
// export
|
||||
export_images(set, set->cards, path, out, CONFLICT_NUMBER_OVERWRITE);
|
||||
export_image(set, set->cards, path, out, CONFLICT_NUMBER_OVERWRITE);
|
||||
return EXIT_SUCCESS;
|
||||
} else if (args[0] == _("--export")) {
|
||||
if (args.size() < 2) {
|
||||
|
||||
Reference in New Issue
Block a user