Skip to content

Commit

Permalink
style: beautify Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 31, 2020
1 parent a083493 commit 8487084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ def open(self):
# Launch the server as described above
if vim.vars.get("pf_dev_server_console"):
self.server_process = subprocess.Popen(
vim.eval("g:pf_dev_server_console").split(" ") + [
vim.eval("g:pf_dev_server_console").split(" ")
+ [
"vim",
"--cmd",
f"let g:pf_server_communiation_file='{self.file_path}'",
Expand Down

0 comments on commit 8487084

Please sign in to comment.