We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google#306 opened by @navytux on May 11, 2017
Spawning from google#305 (comment) %g formatting is not yet implemented:
%g
(grumpy) kirr@deco:~/src/tools/go/grumpy$ cat g.py #!/usr/bin/env python print '%g' % 1.0 (grumpy) kirr@deco:~/src/tools/go/grumpy$ python2 g.py 1 (grumpy) kirr@deco:~/src/tools/go/grumpy$ grumprun <g.py NotImplementedError: conversion type not yet supported: g exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
google#306 opened by @navytux on May 11, 2017
Spawning from google#305 (comment)
%g
formatting is not yet implemented:The text was updated successfully, but these errors were encountered: