Skip to content

Commit 7f7ce63

Browse files
authored
Update temp directory path (#228)
1 parent c098829 commit 7f7ce63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def boot_agent():
140140

141141

142142
if "INSTANA_MAGIC" in os.environ:
143-
pkg_resources.working_set.add_entry("/tmp/instana/python")
143+
pkg_resources.working_set.add_entry("/tmp/.instana/python")
144144

145145
if "INSTANA_DEBUG" in os.environ:
146146
print("Instana: activated via AutoTrace")

0 commit comments

Comments
 (0)