We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee36c0a commit 34fbac8Copy full SHA for 34fbac8
1 file changed
tools/ncc/ncc.py
@@ -617,7 +617,7 @@ def do_validate(options, filename):
617
618
if __name__ == "__main__":
619
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(levelname)s %(message)s',
620
- filename='log.txt', filemode='w')
+ filemode='w')
621
622
""" Parse all command line arguments and validate """
623
op = Options()
0 commit comments