Skip to content

Commit 59fb9aa

Browse files
yungwineCopilot
andauthored
fix double slash in src_dir
Co-authored-by: Copilot <[email protected]>
1 parent 949941c commit 59fb9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/btc_teleport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self, ton, local, *args, **kwargs):
1717
super().__init__(ton, local, *args, **kwargs)
1818
self.keystore_path = self.ton.local.buffer.my_work_dir + '/btc_oracle_keystore'
1919
self.repo_name = 'ton-teleport-btc-periphery'
20-
self.src_dir = '/usr/src/' + f'/{self.repo_name}'
20+
self.src_dir = f"/usr/src/{self.repo_name}"
2121
self.bin_dir = self.src_dir + '/out'
2222

2323
def create_local_file(self):

0 commit comments

Comments
 (0)