Skip to content
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

Open
askerdb opened this issue Apr 13, 2021 · 3 comments
Open

filelog not imported #22

askerdb opened this issue Apr 13, 2021 · 3 comments

Comments

@askerdb
Copy link

askerdb commented Apr 13, 2021

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.

@jessieren
Copy link
Owner

Thanks for reporting that. Could you copy your command here for the purpose of debugging?

@askerdb
Copy link
Author

askerdb commented Apr 14, 2021 via email

@zhongshengbin269
Copy link

hi!
I also encountered this when running the code:
line 33, in
filelog.write(prog_base + ": ERROR: missing required command-line
argument")
NameError: name 'filelog' is not defined

How should excuse me solve?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants