Skip to content

Commit fe45bd9

Browse files
committed
Fix typo
1 parent 814cea9 commit fe45bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UDKTests/run_udk_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ async def main():
698698
try:
699699
asyncio.run(main())
700700
except Exception as _e:
701-
logger.error("error running man: {}", _e)
701+
logger.error("error running main: {}", _e)
702702

703703
if BUILDING_EVENT:
704704
BUILDING_EVENT.set()

0 commit comments

Comments
 (0)