Skip to content

Commit

Permalink
Fix error while calling qmlview with phone parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin committed Oct 20, 2019
1 parent ab4fb12 commit f14fe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _run(self, filename, view_index):

def _run_in_phone_frame(self, filename, view_index):

command = 'qmlview ' + '"' + filename + '"' + '--phone'
command = 'qmlview ' + '"' + filename + '"' + ' --phone'

subP = subprocess.Popen(command,
stdout=subprocess.PIPE,
Expand Down

0 comments on commit f14fe36

Please sign in to comment.