We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c195032 commit 23b8ee6Copy full SHA for 23b8ee6
genabout.py
@@ -257,6 +257,8 @@ def format_output(self, input_list):
257
+ 'name: ' + name + '\n' \
258
+ 'version: ' + version + '\n\n'
259
for item in sorted(about_dict_list.iterkeys()):
260
+ if item == 'about_file':
261
+ continue
262
if not item in MANDATORY_FIELDS:
263
# The purpose of the replace('\n', '\n ') is used to
264
# format the continuation strings
0 commit comments