Skip to content

Commit

Permalink
Preventing loosing cosmoSys descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Txinto Vaz committed May 12, 2022
1 parent 5193335 commit 4c18c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph2poris.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def create_ods_file_from_graphml_file(filename, deviceName):
for tr in trackers:
trackerdict[tr.name] = tr

rows = [['RM#','url','RMID','ID','row#','subject','description','tracker','Rlv?','status','parent',
rows = [['RM#','url','RMID','ID','row#','subject','','tracker','Rlv?','status','parent',
'blocking_items','precedent_items','prMin','prDefault','prMax','prDefaultText','version','priority']]
rmtranslator = {}

Expand Down

0 comments on commit 4c18c35

Please sign in to comment.