Commit d6601dd
committed
Fix the PG Problem Editor for files that have spaces in the filename.
The glob in the `getBackupTimes` method needs special quoting to handle
spaces in filenames.
To test this try to edit a pg problem with spaces in the filename. On
develop the editor won't open, and you get an exception screen. With
this pull request it will work of course.1 parent e89ed66 commit d6601dd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
0 commit comments