We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3eae63 commit 596be48Copy full SHA for 596be48
1 file changed
scorep/__main__.py
@@ -125,8 +125,3 @@ def main(argv=None):
125
126
if __name__ == '__main__':
127
scorep_main()
128
-else:
129
- if ("SCOREP_PYTHON_BINDINGS_INITALISED" not in os.environ) or (
130
- os.environ["SCOREP_PYTHON_BINDINGS_INITALISED"] != "true"):
131
- logging.warning(
132
- "scorep needs to be loaded using \"python -m scorep <script>\". Please be aware that scorep might not work correctly!")
0 commit comments