Skip to content

Commit c1d9a4d

Browse files
committed
format fix
1 parent 84330cf commit c1d9a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/local/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def write_processing_config_files(
474474
config_path = os.path.join(self.container_root, host, "config")
475475

476476
resource_config = {
477-
"current_host": host,
477+
"current_host": host,
478478
"hosts": self.hosts,
479479
"network_interface_name": "eth0",
480480
"current_instance_type": self.instance_type,

0 commit comments

Comments
 (0)