Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Feb 26, 2024
1 parent 047e72a commit 2a23a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlutil/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def launchWorkload(baseConfig, jobs=None, spike=False, silent=False):
if config['launch']:
runResDir = baseResDir / config['name']
uartLog = runResDir / "uartlog"
uartlogs.append(uartlog)
uartlogs.append(uartLog)
os.makedirs(runResDir)

if spike:
Expand Down

0 comments on commit 2a23a7b

Please sign in to comment.