Skip to content

Commit

Permalink
beware of tabs in GH editor
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Oct 14, 2019
1 parent 94b4e26 commit 71c95f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grass7/raster/r.in.pdal/r.in.pdal.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ def main():
break
mnt_vol = cmd_entries[v_index+1].split(':')[1]
tmp_file_json2 = os.path.join(mnt_vol, tmp_file_json)
else:
tmp_file_json2 = tmp_file_json
else:
tmp_file_json2 = tmp_file_json
command_pdal1.extend(['pipeline', '--input', tmp_file_json2])
command_pdal2 = ['r.in.xyz',
'input=' + tmp_xyz, 'output=' + outfile,
Expand Down

0 comments on commit 71c95f7

Please sign in to comment.