Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoNabla committed Dec 4, 2023
1 parent 3cbdcb3 commit 1144cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scorep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def scorep_main(argv=None):
os.execve(sys.executable, new_args, os.environ)
else:
print("not resetting preload")
#scorep.subsystem.reset_preload()
# scorep.subsystem.reset_preload()

# everything is ready
sys.argv = prog_argv
Expand Down

0 comments on commit 1144cba

Please sign in to comment.