Skip to content

Commit

Permalink
Merge pull request #131 from rowingdude/quick_fixes
Browse files Browse the repository at this point in the history
Remove typo
  • Loading branch information
rowingdude authored Sep 4, 2024
2 parents 41023b4 + 8ba96fd commit 3456209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzeMFT/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def main():
import traceback
traceback.print_exc()
sys.exit(1)
master


if __name__ == "__main__":
asyncio.run(main())

0 comments on commit 3456209

Please sign in to comment.