[New-bugs-announce] [issue36561] Python argparse doesn't work in the presence of my custom module

JP Zhang report at bugs.python.org
Mon Apr 8 10:59:10 EDT 2019


New submission from JP Zhang <zjplab at gmail.com>:

Github repo for reproducing: https://github.com/zjplab/gc-mc-pytorch/tree/bug, test.py. 

In the presence of my custom data_loader, it will error as unrecognized argument. But without importing it(comment it out) everything is just fine.

----------
components: Library (Lib)
messages: 339646
nosy: JP Zhang
priority: normal
severity: normal
status: open
title: Python argparse doesn't work in the presence of my custom module
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36561>
_______________________________________


More information about the New-bugs-announce mailing list