Skip to content

Commit

Permalink
Write to cwd on Windows instead of $env:TEMP because of Windows 11 di…
Browse files Browse the repository at this point in the history
…fferences
  • Loading branch information
tim-at-rewst committed Jan 8, 2024
1 parent fe26a18 commit c08330d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iot_hub_module/connection_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async def set_message_handler(self):
async def execute_commands(self, commands, post_url=None, interpreter_override=None):
interpreter = interpreter_override or self.get_default_interpreter()
logging.info(f"Using interpreter: {interpreter}")

output_message_data = None

# Write commands to a temporary file
Expand Down

0 comments on commit c08330d

Please sign in to comment.