fixed bug that was making parser pick up unkown args from the environ… #64

Open
kaswani29 wants to merge 1 commits from kaswani29/parsing_bug_fix into main
kaswani29 commented 2021-07-24 09:11:06 +02:00 (Migrated from github.com)

Fixed the bug where Arg parser was picking up unknown args making it crash. Eg in colab it was picking up jupyter runtime dir in root location. Similary, in pycharm iteractive environment it was picking up "--port=55649". Now we don't need the dummy variable -f in colab file as well.

Fixed the bug where Arg parser was picking up unknown args making it crash. Eg in colab it was picking up jupyter runtime dir in root location. Similary, in pycharm iteractive environment it was picking up "--port=55649". Now we don't need the dummy variable -f in colab file as well.
This pull request has changes conflicting with the target branch.
  • SimSwap colab.ipynb
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin kaswani29/parsing_bug_fix:kaswani29/parsing_bug_fix
git checkout kaswani29/parsing_bug_fix
Sign in to join this conversation.