Skip to content

Commit 1d423b8

Browse files
Add quotes around bad format to help when there is none.
1 parent 29e9d70 commit 1d423b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stage4.1_first_application/pycasa/ui/tasks/pycasa_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def open_in_central_pane(self, filepath):
5050
obj = ImageFile(filepath=filepath)
5151
self.central_pane.edit(obj, factory=ImageFileEditor)
5252
else:
53-
print("Unsupported file format: {}".format(file_ext))
53+
print("Unsupported file format: '{}'".format(file_ext))

0 commit comments

Comments
 (0)