drscotthawley commited on
Commit
6266660
1 Parent(s): 3f93e88

little return to make it easier

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def process_image(image, repaint, busyness):
124
  print("Will run command: ", cmd)
125
  args = cmd.split(' ')
126
  #call(cmd, shell=True)
127
- print("Calling: ", args)
128
  return_value = call(args)
129
  print("Return value = ", return_value)
130
 
 
124
  print("Will run command: ", cmd)
125
  args = cmd.split(' ')
126
  #call(cmd, shell=True)
127
+ print("Calling: ", args,"\n")
128
  return_value = call(args)
129
  print("Return value = ", return_value)
130