Browse Source

remove extra semi-colon

pull/502/head
Gavroche CryptoRUSH 2 years ago committed by GitHub
parent
commit
d2337a86fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nodes.py

2
nodes.py

@ -871,7 +871,7 @@ class SaveImage:
"filename": file,
"subfolder": subfolder,
"type": self.type
});
})
counter += 1
return { "ui": { "images": results } }

Loading…
Cancel
Save