Skip to content

Commit

Permalink
Merge branch 'lint_fixes_02_2025' of https://github.com/cjkrolak/Ther…
Browse files Browse the repository at this point in the history
…mostatSupervisor into lint_fixes_02_2025
  • Loading branch information
cjkrolak committed Feb 2, 2025
2 parents 0061b5a + 80052c3 commit 4665182
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit_test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,7 @@ def test_parser_input_file(self):
parser.add_argument("-f", type=argparse.FileType("r", encoding="UTF-8"))
argv = ["-f" + input_file] # space after sflag is appended onto str
args = parser.parse_args(argv)
print(
f"args returned: {' '.join(f'{k}={v}' for k, v in vars(args).items())}"
)
print(f"args returned: {' '.join(f'{k}={v}' for k, v in vars(args).items())}")
# assert(args.thermostat_type == "emulator")

def is_valid_file(self, parser, arg):
Expand Down

0 comments on commit 4665182

Please sign in to comment.