Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
drbergman committed May 20, 2024
1 parent 03ff0e1 commit 3ecf4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/studio_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,5 @@ def validate(self, string, pos):
if os.path.isfile(os.path.join(folder, string)):
return QValidator.Acceptable, string, pos
else:
return QValidator.Intermediate, string, pos
return QValidator.Intermediate, string, pos

0 comments on commit 3ecf4f6

Please sign in to comment.