Skip to content

Commit

Permalink
Multiple code cleanup for genabout
Browse files Browse the repository at this point in the history
  • Loading branch information
tdruez committed Feb 6, 2014
1 parent 140688a commit 378dfbe
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 111 deletions.
4 changes: 2 additions & 2 deletions about_code_tool/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def repr_problem(obj):
'dje_organization',
)

OPTIONAL_FIELDS = BASIC_FIELDS + OWNERSHIP_FIELDS + LICENSE_FIELDS +\
OPTIONAL_FIELDS = BASIC_FIELDS + OWNERSHIP_FIELDS + LICENSE_FIELDS + \
FLAG_FIELDS + VCS_FIELDS + CHECKSUM_FIELDS + DJE_FIELDS

FILE_LOCATIONS_FIELDS = (
Expand All @@ -180,7 +180,7 @@ def repr_problem(obj):
)

HEADER_ROW_FIELDS = ('about_file',) + MANDATORY_FIELDS + OPTIONAL_FIELDS + \
ERROR_WARN_FIELDS
ERROR_WARN_FIELDS

# SPDX License List version 1.18, which was released on Apr 10, 2013.
# These are Identifiers from http://spdx.org/licenses/
Expand Down
Loading

0 comments on commit 378dfbe

Please sign in to comment.