Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Sep 27, 2023
1 parent 8e42e77 commit 2c99cdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion edk2toolext/edk2_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def parse_args():
parser.add_argument('--verbose', '--VERBOSE', '-v', dest="verbose", action='store_true', default=False,
help='verbose')
parser.add_argument('-db', '--database', '--DATABASE', dest='database',
default=str(pathlib.Path("Report","DATABASE.db")),
default=str(pathlib.Path("Build","DATABASE.db")),
help="The database to use when generating reports. Can be a comma separated list of db's to "
"merge. Globbing is supported.")

Expand Down
4 changes: 0 additions & 4 deletions edk2toolext/invocables/edk2_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ def RetrieveCommandLineOptions(self, args):
self.clear = args.clear
self.is_uefi_builder = locate_class_in_module(self.PlatformModule, UefiBuilder) is not None

def GetLoggingFolderRelativeToRoot(self):
"""Returns the folder to place logging files in."""
return "Report"

def GetLoggingFileName(self, loggerType):
"""Returns the logging file name for this invocation."""
return "PARSE_LOG"
Expand Down

0 comments on commit 2c99cdd

Please sign in to comment.