8000 chore: convert some tools to code by drpebcak · Pull Request #52 · obot-platform/tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: convert some tools to code #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8000 Merged
merged 1 commit into from
Sep 10, 2024

Conversation

drpebcak
Copy link
Contributor

No description provided.

Signed-off-by: Taylor Price <tayworm@gmail.com>
association_spec=association_spec)
except ApiException as e:
print("Exception when calling associations->create: %s\n" % e)
print("Try mapping the objects the other way around.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think this should be rephrased to something like this:

Suggested change
print("Try mapping the objects the other way around.")
print("Attempting to map the objects the other way around...")

Comment on lines +13 to +14
except Exception as e:
print(f"Error getting current user information: {e}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think we should exit(1) after this

Suggested change
except Exception as e:
print(f"Error getting current user information: {e}")
except Exception as e:
print(f"Error getting current user information: {e}")
exit(1)

@drpebcak drpebcak merged commit 9a63b70 into obot-platform:main Sep 10, 2024
@drpebcak drpebcak deleted the hubspot-tweaks branch September 10, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0