File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ test: build
61
61
62
62
# LightStep-specific: rebuilds the LightStep thrift protocol files. Assumes
63
63
# the command is run within the LightStep development environment (i.e. the
64
- # LIGHTSTEP_HOME environment variable is set).
64
+ # MONO_REPO environment variable is set).
65
65
thrift :
66
- docker run -v " $( PWD) /lightstep:/out" -v " $( LIGHTSTEP_HOME ) /go/src/crouton :/data" --rm thrift:0.10.0 \
66
+ docker run -v " $( PWD) /lightstep:/out" -v " $( MONO_REPO ) /go/src/github.com/lightstep/common-go :/data" --rm thrift:0.10.0 \
67
67
thrift -r --gen py -out /out /data/crouton.thrift
68
- python-modernize -w lightstep/crouton/
68
+ python-modernize -w $( PWD ) / lightstep/crouton/
69
69
rm -rf lightstep/crouton/ReportingService-remote
Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ source .tox/py27/bin/activate
33
33
python examples/ nontrivial/ main.py
34
34
```
35
35
36
+ * [ Python-Modernize] ( https://github.com/python-modernize/python-modernize )
37
+
38
+ Only required for LightStep developers
39
+ ``` python
40
+ pip install modernize
41
+ ```
42
+
36
43
## Getting Started with Tracing
37
44
38
45
Please see the [ example programs] ( examples/ ) for examples of how to use this library. In particular:
You can’t perform that action at this time.
0 commit comments