radumg / DynaServer

A Dynamo Extension that allows bi-directional communication and control of Dynamo as a REST API.
GNU Affero General Public License v3.0
18 stars 1 forks source link

fix to workspace/current endpoint #15

Closed MarkThorley closed 5 years ago

MarkThorley commented 5 years ago

Purpose

This PR closes issue #10

Current behaviour

Currently retrieving the current workspace filename will return a blank if the file hasn't been saved prior.

New behaviour

Puts some default values in if the filepath retuns an empty string

Implementation

n/a

Known limitations & dependencies

n/a

Declarations

Check these if you believe they are true

Codebase

Testing

Changes

Reviewers

Reviewer 1 @radumg