Skip to content

Commit

Permalink
Fixed the helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
pchakraborty committed Apr 5, 2024
1 parent c16bbec commit 3c19f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mepo
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ SRC_D = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..', 'src')
sys.path.insert(0, SRC_D)

if __name__ == '__main__':
from mepo.main import main
from mepo.__main__ import main
main()

0 comments on commit 3c19f0e

Please sign in to comment.