Skip to content
Snippets Groups Projects

1.9

Merged Carolina Lindqvist requested to merge 1.9 into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
41 50 shell=True, preexec_fn=os.setsid)
42 51 output, _ = process.communicate()
43 52 except:
53 logging.info('Get SSH response failed', exc_info=True)
  • 69 79 if response.status == 401:
    70 80 api_response = True
    71 81 except httplib.HTTPException:
    72 pass
    82 logging.info('API ping failed with HTTPException', exc_info=True)
  • 41 50 shell=True, preexec_fn=os.setsid)
    42 51 output, _ = process.communicate()
    43 52 except:
    53 logging.info('Get SSH response failed', exc_info=True)
  • Carolina Lindqvist Status changed to merged

    Status changed to merged

  • mentioned in commit e78b510c

  • Please register or sign in to reply
    Loading