Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
INTG-617: Minor code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Koubaroulis committed Sep 27, 2017
1 parent 406ea25 commit ccd2ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(name = 'safetyculture-sdk-python',
version = '3.0.0',
description = 'iAuditor Python SDK and iAuditor integration tools',
description = 'iAuditor Python SDK and integration tools',
url = 'https://github.com/SafetyCulture/safetyculture-sdk-python',
author = 'SafetyCulture',
author_email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion tools/exporter/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def update_actions_sync_marker_file(logger, date_modified):
with open(ACTIONS_SYNC_MARKER_FILENAME, 'w') as actions_sync_marker_file:
actions_sync_marker_file.write(date_modified)
except Exception as ex:
log_critical_error(logger, ex, 'Unable to open last_successful_actions_export.txt for writing')
log_critical_error(logger, ex, 'Unable to open ' + ACTIONS_SYNC_MARKER_FILENAME + ' for writing')
exit()


Expand Down

0 comments on commit ccd2ee1

Please sign in to comment.