-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filelog not imported #22
Comments
Thanks for reporting that. Could you copy your command here for the purpose of debugging? |
It should work with any command that doesn't include the input argument
(dvf) -bash-4.2$ python dvf.py -o test
dvf.py: ERROR: missing required command-line argumentTraceback (most recent
call last):
File "dvf.py", line 33, in <module>
filelog.write(prog_base + ": ERROR: missing required command-line
argument")
NameError: name 'filelog' is not defined
…On Tue, 13 Apr 2021 at 22:18, Jessie Jie Ren ***@***.***> wrote:
Thanks for reporting that. Could you copy your command here for the
purpose of debugging?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFUIIBK2SLFXWLRRSMR7Z3TIUQTVANCNFSM42334HKQ>
.
|
hi! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code to show the help crashes with:
dvf.py: ERROR: missing required command-line argument
Traceback (most recent call last):
File "dvf.py", line 33, in
filelog.write(prog_base + ": ERROR: missing required command-line argument")
NameError: name 'filelog' is not defined
The filelog is not instantiated anywhere I can see.
The text was updated successfully, but these errors were encountered: