Junghwan Ham
Results
1
issues of
Junghwan Ham
Local : Windows, Server : Linux remote-tree.py ``` def on_post_save_async(self, view): # # if fname.startswith(prefix): ensure_connection(server) suffix = fname[len(prefix):] suffix = suffix.replace('\\', '/') ``` suffix replace \ to / for...