Skip to content

Commit f597ad0

Browse files
Update concoredocker.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b6bae58 commit f597ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concoredocker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def write(port_identifier, name, val, delta=0):
284284

285285
try:
286286
file_port_num = int(port_identifier)
287-
file_path = os.path.join(outpath, str(file_port_num), name)
287+
file_path = os.path.join(outpath + str(file_port_num), name)
288288
except ValueError:
289289
logging.error(f"Error: Invalid port identifier '{port_identifier}' for file operation. Must be integer or ZMQ name.")
290290
return

0 commit comments

Comments
 (0)