Skip to content

Commit

Permalink
fix: multiprocessing support for PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed Dec 20, 2021
1 parent 0845163 commit bd542ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log4j-finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ def main():


if __name__ == "__main__":
multiprocessing.freeze_support()
try:
sys.exit(main())
except KeyboardInterrupt:
Expand Down

0 comments on commit bd542ab

Please sign in to comment.