Skip to content

Commit

Permalink
convert img_name to string
Browse files Browse the repository at this point in the history
  • Loading branch information
cneud committed Mar 15, 2024
1 parent 3270f49 commit b8144f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eynollah/eynollah/eynollah.py
Original file line number Diff line number Diff line change
Expand Up @@ -3037,7 +3037,7 @@ def run(self):
t0_tot = time.time()

if not self.dir_in:
self.ls_imgs = [1]
self.ls_imgs = str([1])

for img_name in self.ls_imgs:
t0 = time.time()
Expand Down

0 comments on commit b8144f0

Please sign in to comment.