fixed bug that was making parser pick up unkown args from the environ… #64
Reference in New Issue
Block a user
Delete Branch "kaswani29/parsing_bug_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.