Skip to content

Commit

Permalink
assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
nstbayless committed May 1, 2023
1 parent a779cbc commit b10edb6
Show file tree
Hide file tree
Showing 5 changed files with 603 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- run: python3 -m pip install setuptools==50.3.2
- run: python3 -m pip install pyinstaller==4.0 -vvv
- run: python3 -m pip install Pillow==8.4.0
- run: python3 -m pip install parsimonious==0.10.0

# check that dependencies installed.
- name: check-dependencies (1)
Expand Down
2 changes: 1 addition & 1 deletion mmagedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def main():
else:
src.mmimage.export_images(mmdata)

if not expimage and exportnes == "" and outfile != "":
if not expimage and exportnes == "" and outfile != "" and result and len(mmdata.errors) == 0:
mmdata.stat(outfile)

if len(mmdata.errors) > 0:
Expand Down
Loading

0 comments on commit b10edb6

Please sign in to comment.