diff options
Diffstat (limited to 'sources/pyside-tools/project_lib/project_data.py')
| -rw-r--r-- | sources/pyside-tools/project_lib/project_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside-tools/project_lib/project_data.py b/sources/pyside-tools/project_lib/project_data.py index b9c428a08..445f02b81 100644 --- a/sources/pyside-tools/project_lib/project_data.py +++ b/sources/pyside-tools/project_lib/project_data.py @@ -115,7 +115,7 @@ class ProjectData: # __main__ not found print( - "Python file with main function not found. Add the file to" f" {self.project_file}", + f"Python file with main function not found. Add the file to {self.project_file}", file=sys.stderr, ) sys.exit(1) |
