Bug 407392 - Launch configuration prepend current project folder to script file
Summary: Launch configuration prepend current project folder to script file
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-10 14:36 UTC by maxime.haselbauer
Modified: 2019-05-10 14:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description maxime.haselbauer 2019-05-10 14:36:10 UTC
SUMMARY


STEPS TO REPRODUCE
1. In a Python project: 
Run/Configure Launches 
Make a new script launch 
Int the script file field enter pytest 
Click apply/enter 
Leave that window and come back. Surprise kdevelop has prepend pytest with /home/foo/bar/path/to/your/project/ 


OBSERVED RESULT
If there was not this prepend than it would simply run 
python3 -m pytest foobar 

and everything would be fine...


EXPECTED RESULT
Computer should never knows better then me what I intend to do with him ;)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION