Run infinitepush tests
Diff Detail
Diff Detail
- Repository
- rFBHGX Facebook Mercurial Extensions
- Lint
- Lint Skipped 
- Unit
- Unit Tests Skipped 
Event Timeline
| infinitepush/backupcommands.py | ||
|---|---|---|
| 842 | json.dump({...}, f) could avoid creating the temporary string. Although it probably does not make a visible difference here. | |
json.dump({...}, f) could avoid creating the temporary string. Although it probably does not make a visible difference here.