refactor publisher and make excel files consistent
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
assigned to @mohammad.torkashvand
added 1 commit
- 5a7fdd2b - refactor publisher and make excel files consistent
added 1 commit
- bfc18a71 - refactor publisher and make excel files consistent
added 41 commits
-
bfc18a71...d6f91bd5 - 40 commits from branch
develop
- 38999e74 - refactor publisher and make excel files consistent
-
bfc18a71...d6f91bd5 - 40 commits from branch
added 1 commit
- fef8db90 - refactor publisher and make excel files consistent
16 16 17 17 import compendium_v2 18 18 from compendium_v2.environment import setup_logging 19 from compendium_v2.background_task import parse_excel_data 20 19 from compendium_v2.config import load 21 20 from compendium_v2.db import db, model 22 21 from compendium_v2.survey_db import model as survey_model 23 from compendium_v2.publishers import helpers 22 from compendium_v2.publishers import helpers, excel_parser 24 23 25 24 setup_logging() 26 25 27 logger = logging.getLogger('survey-publisher-v1') 26 logger = logging.getLogger(__name__) this should be a hardcoded string, to be useful when run directly as a script (it will say
__main__
)Edited by Bjarke Madsenchanged this line in version 6 of the diff
mentioned in commit a17061c6
Please register or sign in to reply