Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: third_party/typ/typ/__main__.py

Issue 664123005: Roll typ to v0.8.6 / re25b780b0b147580ef248c212b238446264d9d78 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/typ/run ('k') | third_party/typ/typ/fakes/host_fake.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/typ/__main__.py
diff --git a/third_party/typ/typ/__main__.py b/third_party/typ/typ/__main__.py
index 375e3e2a1aaa93c4dfc21c30c6a7fd08fcfa1be5..0e026e86a48c3ebd62803e5696762ff264092844 100644
--- a/third_party/typ/typ/__main__.py
+++ b/third_party/typ/typ/__main__.py
@@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import sys
+import sys # pragma: no cover
-from typ import main
+from typ import main # pragma: no cover
-if __name__ == '__main__':
- sys.exit(main(win_multiprocessing='spawn'))
+if __name__ == '__main__': # pragma: no cover
+ sys.exit(main())
« no previous file with comments | « third_party/typ/run ('k') | third_party/typ/typ/fakes/host_fake.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698