Skip to content

Commit

Permalink
Cast Pathlib to str for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Feb 22, 2024
1 parent 7086280 commit 394c8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/api_debug_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
'-d',
run_dir,
'-D',
file_to_run
str(file_to_run)
]
)
print(f"EnergyPlus finished with outputs in directory: {run_dir}")
Expand Down

5 comments on commit 394c8c9

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WheelFixes (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3595 of 3595 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WheelFixes (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2743 of 2766 tests passed, 0 test warnings)

Failures:\n

energyplus Test Summary

  • Passed: 2
  • Failed: 2

integration Test Summary

  • Passed: 769
  • Failed: 21

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WheelFixes (Myoldmopar) - x86_64-MacOS-10.18-clang-15.0.0: OK (3553 of 3554 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WheelFixes (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (791 of 791 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WheelFixes (Myoldmopar) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1978 of 1978 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.